Skip to content

Commit

Permalink
Merge pull request #16 from musicEnfanthen/fix-action
Browse files Browse the repository at this point in the history
fix(gh-actions): do not run action on forks
  • Loading branch information
bwbohl authored Jun 5, 2023
2 parents 98867c2 + a74aec8 commit 45e0d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
build-and-push-image:
runs-on: ubuntu-22.04
if: ${{ github.repository_owner == 'music-encoding' }}
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 45e0d4d

Please sign in to comment.