Skip to content

Commit

Permalink
ci: run on master only
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed May 19, 2022
1 parent 9262a40 commit da922aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
if: github.event.base_ref == 'refs/heads/master'
steps:
- name: "Checkout"
uses: actions/[email protected]
Expand Down

0 comments on commit da922aa

Please sign in to comment.