Skip to content

Commit ef7efca

Browse files
committed
fix main.yml
1 parent 1a188cb commit ef7efca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [push, pull_request]
1+
on:
2+
pull_request:
3+
push:
4+
branches: [master]
25
name: Test
36
jobs:
47
test:

0 commit comments

Comments
 (0)