Skip to content

Commit

Permalink
[CI] Run on all MRs and on release branch (#173)
Browse files Browse the repository at this point in the history
<!-- [x] Does not require a CHANGELOG entry -->

I know that we are not supposed to have "release" branches, but de-facto
we have them for quick patch releases.

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
  • Loading branch information
ggwpez and fellowship-merge-bot[bot] committed Mar 15, 2024
1 parent dee178d commit 4cd930f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Check Migrations

on:
push:
branches: ["main"]
branches: ["main", "release-*"]
pull_request:
branches: ["main"]
workflow_dispatch:

# Cancel a currently running workflow from the same PR, branch or tag when a new workflow is
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: "Clippy"

on:
push:
branches: [ "main" ]
branches: [ "main", "release-*" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: "Rustfmt (check)"

on:
push:
branches: [ "main" ]
branches: ["main", "release-*"]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: "Test all features"

on:
push:
branches: [ "main" ]
branches: [ "main", "release-*" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 4cd930f

Please sign in to comment.