Skip to content

Conversation

janbrasna
Copy link
Contributor

Same refs spin up CI twice for both being the branch head, and the PR head:

Screenshot 2025-09-08 at 17 38 21

which is not really necessary. (And can even introduce confusion, as branch pushes run in the context of the repo branch and the actual sha, whereas PR triggers run unprivileged and on "merge head", i.e. the future ref that would happen after merging — showing better forward compatibility before any surprises land on main…)

This simplifies that by limiting the runs to just the default branch (and tags), and PR pushes separately.

(Also bumps all actions versions to current major releases).

Test runs of the template repository on push and tag:

Merge Release
Screenshot 2025-09-08 at 17 39 25 Screenshot 2025-09-08 at 17 39 47

(Also closes #204 and resolves #203 as superseded.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant