Browse Source

workflows: push workflow only on joystream repo

Mokhtar Naamani 4 years ago
parent
commit
338c2a48c7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/joystream-node-docker.yml

+ 1 - 0
.github/workflows/joystream-node-docker.yml

@@ -4,6 +4,7 @@ on: push
 jobs:
   build:
     name: Build joystream/node Docker image
+    if: github.repository == 'Joystream/joystream'
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v1