Skip to content

Commit 1ff17ae

Browse files
Updating unit-test CI script to work on all pushes
1 parent c0094a7 commit 1ff17ae

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: unit-tests
22
on:
3-
push:
4-
branches:
5-
- "master"
6-
- "test-me/*"
73
pull_request:
8-
branches:
9-
- "*"
4+
push:
105
schedule:
116
- cron: "0 7 * * 1" # Run every Monday at 7:00 UTC
127

0 commit comments

Comments
 (0)