workflows/stack-linter: only build master branch.

This commit is contained in:
Mike McQuaid 2020-06-30 09:38:18 +01:00 committed by GitHub
parent f532456430
commit f1e46e8e76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@
#############################
on:
push:
branches-ignore:
- 'master'
branches: master
pull_request: []
###############