another try to filter master from CircleCI jobs (#2734)

* circleci config

* Apply suggestions from code review

* miss
This commit is contained in:
Jirka Borovec 2020-08-05 21:43:33 +02:00 committed by GitHub
parent d09098ca5a
commit 2242af11b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -153,11 +153,11 @@ workflows:
filters:
branches:
# https://discuss.circleci.com/t/create-separate-steps-jobs-for-pr-forks-versus-branches/13419/4
only:
# only from forks
- /^pull\/.*$/
# only from canonical repository
- /^(?!pull\/).*$/
#only:
# # only from forks
# - /^pull\/.\d+$/
ignore:
- master
cleanup:
triggers:
- schedule: