Skip to content

Commit

Permalink
Restrict main CI's 'on release' action to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Jan 26, 2022
1 parent 669b46b commit 7e857aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
branches:
- master
release:
branches:
- master
types:
- released
jobs:
Expand Down

0 comments on commit 7e857aa

Please sign in to comment.