We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ffc69 commit d2fec21Copy full SHA for d2fec21
.circleci/config.yml
@@ -146,6 +146,11 @@ workflows:
146
requires:
147
- orb-tools/lint
148
- 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]+/
154
- orb-tools/trigger-integration-tests-workflow:
155
name: trigger-integration-dev
156
0 commit comments