Skip to content

Commit 23e589e

Browse files
authored
Don't build pushes from non-org repos. (#8)
* Don't build pushes from non-org repos. * Directly specify push and repo name in compound. * Push master and release or pr, api and cron. * Ruby style regex. Signed-off-by: Dan Schaper <[email protected]>
1 parent afc8c44 commit 23e589e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build-configs/core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ install:
1111
script:
1212
# tox.ini handles setup, ordering of docker build first, and then run tests
1313
- tox
14+
if: (type = push AND (branch = master OR branch =~ ^release\/v.*$)) OR type IN (pull_request, api, cron)

0 commit comments

Comments
 (0)