Skip to content

Commit d817bd0

Browse files
committed
ci: fix syntax in GitHub Actions workflow triggers
Correct the YAML syntax for workflow triggers to use proper indentation and colon formatting
1 parent ed3833c commit d817bd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 代码格式验证
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
pull_request:
66
jobs:
77
code-review:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)