Skip to content

Commit

Permalink
Don't run unit tests on each push
Browse files Browse the repository at this point in the history
  • Loading branch information
sapols authored Aug 28, 2024
1 parent b8bf2e9 commit 9e7537c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Unit Test Compatibility

on:
push:
branches: [main]
# push:
# branches: [main]
pull_request:
branches: [main]
schedule:
Expand Down

0 comments on commit 9e7537c

Please sign in to comment.