Skip to content

Commit 4cd930f

Browse files
[CI] Run on all MRs and on release branch (#173)
<!-- [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 <oliver.tale-yazdi@parity.io> Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
1 parent dee178d commit 4cd930f

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/check-migrations.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Check Migrations
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["main", "release-*"]
66
pull_request:
7-
branches: ["main"]
87
workflow_dispatch:
98

109
# Cancel a currently running workflow from the same PR, branch or tag when a new workflow is

.github/workflows/clippy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: "Clippy"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "release-*" ]
66
pull_request:
7-
branches: [ "main" ]
87
workflow_dispatch:
98

109
jobs:

.github/workflows/fmt.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: "Rustfmt (check)"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main", "release-*"]
66
pull_request:
7-
branches: [ "main" ]
87
workflow_dispatch:
98

109
jobs:

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: "Test all features"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "release-*" ]
66
pull_request:
7-
branches: [ "main" ]
87
workflow_dispatch:
98

109
jobs:

0 commit comments

Comments
 (0)