Skip to content

Commit aee3252

Browse files
authored
Merge pull request #25 from guitarrapc/chore/skip_publish_on_fork
chore: skip publish dev on fork PR
2 parents 53ffc69 + d2fec21 commit aee3252

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ workflows:
146146
requires:
147147
- orb-tools/lint
148148
- orb-tools/pack
149+
filters:
150+
branches:
151+
# Forked pull requests have CIRCLE_BRANCH set to pull/XXX
152+
# Forked pull requests not allowed to publish alpha release, so just skip it.
153+
ignore: /pull\/[0-9]+/
149154
- orb-tools/trigger-integration-tests-workflow:
150155
name: trigger-integration-dev
151156
requires:

0 commit comments

Comments
 (0)