Skip to content

Commit 65e372b

Browse files
committedMay 12, 2020
chore: Run CI tests against all branches
1 parent 2c5f2bb commit 65e372b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎.github/workflows/test.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Tests
2-
on:
3-
push:
4-
branches: [master]
5-
pull_request:
6-
branches: [master]
2+
on: [push, pull_request]
73

84
env:
95
CI: true

0 commit comments

Comments
 (0)
Please sign in to comment.