Ignore branch builds on our repository

This commit is contained in:
Nanne Baars
2021-10-24 11:40:13 +02:00
parent 541c424eb9
commit 720414eba6

View File

@ -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"