We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8edca commit 7614704Copy full SHA for 7614704
.github/workflows/fix-cs.yml
@@ -1,9 +1,9 @@
1
name: Fix Code Style
2
3
on:
4
- push:
+ pull_request:
5
branches:
6
- - master
+ - "*"
7
8
permissions:
9
contents: write
0 commit comments