Skip to content

Commit ff0252e

Browse files
authored
ci: Run ci checks on PRs to any branch (#2082)
1 parent 886a7b4 commit ff0252e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-py.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- '*'
9+
- '**'
1010
merge_group:
1111
types: [checks_requested]
1212
workflow_dispatch: {}

.github/workflows/ci-rs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- '*'
9+
- '**'
1010
merge_group:
1111
types: [checks_requested]
1212
workflow_dispatch: {}

.github/workflows/pr-title.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Conventional Commits format
22
on:
33
pull_request_target:
44
branches:
5-
- main
5+
- '**'
66
types:
77
- opened
88
- edited

.github/workflows/semver-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Rust Semver Checks
22
on:
33
pull_request_target:
44
branches:
5-
- main
5+
- '**'
66

77
jobs:
88
# Check if changes were made to the relevant files.

0 commit comments

Comments
 (0)