Skip to content

Commit

Permalink
Merge pull request #22 from Assumeru/spam
Browse files Browse the repository at this point in the history
Prevent push-dynamic from running on master
  • Loading branch information
elsid authored Nov 10, 2024
2 parents a89f46c + d0ac855 commit 4f27c08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ jobs:
permissions:
contents: write

# non-master or tagged master only
if: ${{ github.ref_name != 'master' }}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4f27c08

Please sign in to comment.