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