Skip to content

Commit c443c4d

Browse files
authored
Merge pull request #365 from bentranter/run-actions-on-push-master
Run Actions on push to master
2 parents 7021ab1 + ca2aef0 commit c443c4d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
on: [pull_request]
1+
on:
2+
push:
3+
branches:
4+
- master
5+
pull_request:
6+
branches:
7+
- master
28

39
name: ci
410

0 commit comments

Comments
 (0)