Skip to content

Restrict CI push trigger to main/master, run on pull_request too - #29

Merged
khamilowicz merged 1 commit into
masterfrom
gha-on-prs
Aug 7, 2026
Merged

Restrict CI push trigger to main/master, run on pull_request too#29
khamilowicz merged 1 commit into
masterfrom
gha-on-prs

Conversation

@khamilowicz

Copy link
Copy Markdown
Contributor

This mirrors the change already applied to membrane_hackney_plugin:

  • Adds a pull_request: trigger to ci.yml, so PRs (including from forks) run CI. This is now safe org-wide since the org setting requiring manual approval for workflow runs from outside collaborators' forks has been enabled.
  • Restricts the push trigger to main/master only, so a PR from a branch in this repo does not trigger CI twice (once via push on the branch, once via pull_request).

Only the on: block was touched; job definitions are unchanged.

@khamilowicz
khamilowicz merged commit adad795 into master Aug 7, 2026
5 checks passed
@khamilowicz
khamilowicz deleted the gha-on-prs branch August 7, 2026 15:07
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