Skip to content

Commit b5b4549

Browse files
authored
Merge pull request #2 from walison17/fix-github-actions
Fix ci
2 parents c7ddf0a + 524a7bd commit b5b4549

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
---
21
name: CI
32

43
on:
54
push:
6-
branches: ["master"]
5+
branches:
6+
- master
77
pull_request:
8-
branches: ["master"]
9-
workflow_dispatch:
8+
branches:
9+
- master
1010

1111
jobs:
1212
tests:

0 commit comments

Comments
 (0)