Skip to content

Commit 5116769

Browse files
stormoficentindle
andauthored
Changed action to only run in main repository (#955)
Co-authored-by: Nicholas Tindle <nicktindle@outlook.com>
1 parent 9193bf7 commit 5116769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9+
if: github.repository == 'algorithm-archivists/algorithm-archive'
910
steps:
1011
- uses: actions/checkout@master
1112
- name: Publish to Registry

0 commit comments

Comments
 (0)