Skip to content

Commit 44db3ad

Browse files
committed
Update when actions run
1 parent ff38eaa commit 44db3ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
9+
310
env:
411
CI: true
512

0 commit comments

Comments
 (0)