Skip to content

Commit 337967a

Browse files
committed
Update CI
1 parent 9f4258f commit 337967a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main, style_checks ]
5+
branches: [ master, main, style_checks ]
66
pull_request:
7-
branches: [ main, style_checks ]
7+
branches: [ master, main, style_checks ]
88

99
env:
1010
CARGO_TERM_COLOR: always

.github/workflows/style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Style
22

33
on:
44
push:
5-
branches: [ main, style_checks ]
5+
branches: [ master, main, style_checks ]
66
pull_request:
7-
branches: [ main, style_checks ]
7+
branches: [ master, main, style_checks ]
88

99
jobs:
1010
check_clippy:

0 commit comments

Comments
 (0)