Skip to content

Commit

Permalink
Trigger build workflow when a v* tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecks1337 committed Aug 12, 2022
1 parent 42a2b28 commit 3559775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches-ignore:
- 'wip*'

tags:
- 'v*'
pull_request:
branches:
- 'master'
Expand Down

0 comments on commit 3559775

Please sign in to comment.