Skip to content
Snippets Groups Projects
Unverified Commit 912fa0f7 authored by Julien Eluard's avatar Julien Eluard Committed by GitHub
Browse files

Only run build action in main repo

parent c55ca4c8
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ on: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment