Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ permissions: {}

on:
push:
branches: ["main"]
pull_request:
branches: [master]
branches: ["**"]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be in conflict with the subject of the PR. I don't have a strong position on which we actually want.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the same as in the zizmor workflow.

I don't think it will matter much as it's unlikely that we're going to have stacked PRs in this repo but I thought it wouldn't hurt to run the CI for merges into all branches.


env:
CARGO_TERM_COLOR: always
Expand Down