workflows/stack-linter: run on forks

As discussed with @zkoppert, this should enabled CI to run on forks to this repository.
This commit is contained in:
Mike McQuaid 2020-06-25 14:36:30 +01:00 committed by GitHub
parent e18ef2cd3b
commit 1a30f1f026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ on:
push:
branches-ignore:
- 'master'
pull_request: []
###############
# Set the Job #