Skip to content

Commit 524a7bd

Browse files
committed
Fix ci
1 parent c7ddf0a commit 524a7bd

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)