We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5649288 commit ed3833cCopy full SHA for ed3833c
1 file changed
.github/workflows/code-review.yml
@@ -1,11 +1,8 @@
1
name: 代码格式验证
2
3
on:
4
- push:
5
- branches: [ '**' ]
6
- pull_request:
7
8
-
+ - push
+ - pull_request
9
jobs:
10
code-review:
11
runs-on: ubuntu-latest
0 commit comments