Skip to content

Commit e2faf49

Browse files
Update ci trigger condition
1 parent 6f31fc3 commit e2faf49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Run unit tests
2-
on: [push, pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches: [master]
36
jobs:
47
test:
58
name: Build and Test

0 commit comments

Comments
 (0)