Skip to content
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,17 @@ workflows:
- build
context: slack-cli-release
release_ref: << pipeline.git.branch >>
filters:
branches:
ignore: "^pull/[0-9]+/head$" # Skip fork branches
- e2e-test:
e2e_target_branch: "main"
requires:
- create-github-release-and-artifacts
context: slack-cli-e2e
filters:
branches:
ignore: "^pull/[0-9]+/head$" # Skip fork branches

# nightly build will build from main branch nightly at 12:00 am UTC
nightly-build-test-code-sign-deploy:
Expand Down
Loading