Skip to content

Commit

Permalink
fix: run tests only on 'push' GHA trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Dec 10, 2023
1 parent d34d9f1 commit 3d0ae8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tests CI
on: [push, pull_request]
on: [push]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3d0ae8a

Please sign in to comment.