Skip to content

Commit fea49c8

Browse files
authored
Only run release CI on publish
1 parent 9366ec2 commit fea49c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
pull_request:
66
release:
7+
types: [published]
78
workflow_dispatch:
89

910
env:
@@ -41,4 +42,4 @@ jobs:
4142
repo_token: ${{ secrets.GITHUB_TOKEN }}
4243
file: build/bin/${{env.BUILD_TYPE}}/usbdump.exe
4344
tag: ${{ github.ref }}
44-
file_glob: true
45+
file_glob: true

0 commit comments

Comments
 (0)