zulip/.github/workflows
Anders Kaseorg acff0879e7 ci: Avoid duplicate GitHub Actions runs for push, pull_request.
We’ve always been running CI on both push events and pull_request
events, which means it runs twice for commits that are pushed to a
pull request.

Filter the push events by branch name.  Add the workflow_dispatch
event in case developers want to manually run CI on some other branch
that isn’t a pull request.

https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-07-06 17:31:07 -07:00
..
codeql-analysis.yml ci: Avoid duplicate GitHub Actions runs for push, pull_request. 2022-07-06 17:31:07 -07:00
production-suite.yml ci: Avoid duplicate GitHub Actions runs for push, pull_request. 2022-07-06 17:31:07 -07:00
update-oneclick-apps.yml ci: Update GitHub Actions dependencies. 2022-07-05 15:54:46 -07:00
zulip-ci.yml ci: Avoid duplicate GitHub Actions runs for push, pull_request. 2022-07-06 17:31:07 -07:00