Skip to content

Commit

Permalink
Changed action to only run in main repository (algorithm-archivists#955)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Tindle <[email protected]>
  • Loading branch information
stormofice and ntindle authored Nov 30, 2021
1 parent 9193bf7 commit 5116769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'algorithm-archivists/algorithm-archive'
steps:
- uses: actions/checkout@master
- name: Publish to Registry
Expand Down

0 comments on commit 5116769

Please sign in to comment.