Skip to content

Commit

Permalink
Do not run tests on push
Browse files Browse the repository at this point in the history
This is redundant. It is enough to have the tests run on pull request.
Tests will keep running on PR synchronization (new commits are pushed).
  • Loading branch information
gwaramadze committed Jul 19, 2024
1 parent 76bde7c commit 5121943
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: 'CI'

on:
push:
pull_request:


Expand Down

0 comments on commit 5121943

Please sign in to comment.