Skip to content

Commit 44bbac2

Browse files
authored
ci fix syntax error (#46)
1 parent 4c39134 commit 44bbac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Test
22
on:
3-
- push
3+
push:
44
branches:
55
- '**'
66
- '!dependabot/**'
7-
- pull_request
7+
pull_request:
88
jobs:
99
unit:
1010
name: "Unit: ${{ matrix.name }}"

0 commit comments

Comments
 (0)