Skip to content

Commit d83b759

Browse files
committed
Fix syntax again
Signed-off-by: Aditya Sirish <[email protected]>
1 parent 4914c15 commit d83b759

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_yaml.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Test yaml
22

33
on:
4-
- push:
5-
branches: [main]
6-
- pull_request:
7-
- workflow_dispatch:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
workflow_dispatch:
88

99
jobs:
1010
test-yaml:

0 commit comments

Comments
 (0)