Skip to content

Commit

Permalink
Remove pull request event from fireing CI
Browse files Browse the repository at this point in the history
When opening a new PR the CI is run twice, once because the PR event is
fired and once because the push even is raised. The push event is
enough.
  • Loading branch information
agoscinski committed Nov 21, 2024
1 parent 366f036 commit b73f908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ci

on: [push, pull_request]
on: [push]

jobs:

Expand Down

0 comments on commit b73f908

Please sign in to comment.