Skip to content

Commit c24bc39

Browse files
authored
Fix workflow trigger (#1321)
1 parent ed6a1e3 commit c24bc39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: CI Tests
2+
23
on:
3-
push:
44
pull_request:
5+
push:
56
branches:
67
- master
78

0 commit comments

Comments
 (0)