Skip to content

Commit 68a9c8d

Browse files
committed
fix: run ci workflow on master
1 parent 1664197 commit 68a9c8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
name: CI
1+
name: ci
22
on:
33
pull_request:
4+
push:
5+
branches: master
46
jobs:
57
test:
68
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)