Skip to content

Commit

Permalink
Updating unit-test CI script to work on all pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille committed May 2, 2024
1 parent c0094a7 commit 1ff17ae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: unit-tests
on:
push:
branches:
- "master"
- "test-me/*"
pull_request:
branches:
- "*"
push:
schedule:
- cron: "0 7 * * 1" # Run every Monday at 7:00 UTC

Expand Down

0 comments on commit 1ff17ae

Please sign in to comment.