zulip/.github
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
..
workflows ci: Avoid duplicate GitHub Actions runs for push, pull_request. 2022-07-06 17:31:07 -07:00
FUNDING.yml docs: Create FUNDING.yml. 2021-04-07 20:15:29 -07:00
pull_request_template.md github: Add visible link in pull request template. 2022-04-28 15:29:37 -07:00