Only run build action in main repo
parent
c55ca4c83f
commit
912fa0f721
|
@ -7,6 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-push-template:
|
||||
if: ${{ github.repository == 'substrate-developer-hub/substrate-node-template' }}
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue