Skip to content

Commit 7614704

Browse files
committed
Run CI codestyle fixes on PRs rather than master
1 parent bd8edca commit 7614704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fix-cs.yml

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

33
on:
4-
push:
4+
pull_request:
55
branches:
6-
- master
6+
- "*"
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)