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