Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurakhman-uz authored Jan 19, 2024
1 parent 852130f commit 43c2236
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
name: Build GUI Application

# on:
# push:
# tags:
# - 'v*.*.*'
on:
workflow_dispatch:
push:
# branches: [ "main" ]
tags:
- 'v*.*.*'
pull_request:
# branches: [ "main" ]
tags:
- 'v*.*.*'

Expand All @@ -26,4 +36,4 @@ jobs:
name: canDrive-${{ steps.vars.outputs.tag }}-windows
files: 02_canSniffer_GUI/dist/windows/canDrive-${{ steps.vars.outputs.tag }}.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 43c2236

Please sign in to comment.