Skip to content

Commit

Permalink
Adjust build workflow (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia authored Feb 23, 2022
1 parent a216105 commit 1dd6bd4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ name: build
on:
# Runs on Push
push:

branches:
- 'main'
- 'master'
- 'releases/**'
- 'releases-*'
release:
types: [published]

###
### Generic configuration
Expand Down

0 comments on commit 1dd6bd4

Please sign in to comment.