Ignore branch builds on our repository
This commit is contained in:
parent
541c424eb9
commit
720414eba6
2
.github/workflows/branch_build.yml
vendored
2
.github/workflows/branch_build.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- develop
|
||||
- release/*
|
||||
jobs:
|
||||
if: ${{ github.push.repository != github.repository }}
|
||||
if: github.push.repository != github.repository
|
||||
install-notest:
|
||||
runs-on: ubuntu-latest
|
||||
name: "Package and linting"
|
||||
|
Loading…
x
Reference in New Issue
Block a user