Skip to content

Commit 17f56ee

Browse files
committed
Fix github workflow branches
1 parent ef49e91 commit 17f56ee

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.15
1616
push:
1717
branches:
18-
- main
18+
- release-4.15

.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.15
1616
push:
1717
branches:
18-
- main
18+
- release-4.15

0 commit comments

Comments
 (0)