Skip to content

Commit 2474414

Browse files
committed
Fix github workflow branches
1 parent 30707b6 commit 2474414

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: Rust
1212
on: # yamllint disable-line rule:truthy
1313
pull_request:
1414
branches:
15-
- main
15+
- release-4.16
1616
push:
1717
branches:
18-
- main
18+
- release-4.16

.github/workflows/yamllint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: Yamllint
1212
on: # yamllint disable-line rule:truthy
1313
pull_request:
1414
branches:
15-
- main
15+
- release-4.16
1616
push:
1717
branches:
18-
- main
18+
- release-4.16

0 commit comments

Comments
 (0)