Skip to content

Commit

Permalink
Avoid duplicated runs on pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 18, 2024
1 parent 7181e12 commit a2aa9b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Continuous Integration

on:
[push, pull_request]
push:
branches:
- main
pull_request:

jobs:

Expand Down

0 comments on commit a2aa9b9

Please sign in to comment.