Skip to content
Snippets Groups Projects
Unverified Commit 5d034df9 authored by Julian Tölle's avatar Julian Tölle Committed by GitHub
Browse files

ci: only run ci.yml once per PR (#480)

The current rules will create all the jobs in ci.yml twice for PRs. Once
with the pull_request event, and then once again because the commit was
pushed. This is annoying and wastes CI resources.

This fixes it by only running for PRs and pushes to main (instead of all
branches). The same config is already used for the e2e tests.
parent 77f0494b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment