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