Skip to content

Commit

Permalink
ci: Don't run jobs again when pushing to master
Browse files Browse the repository at this point in the history
We used to need this to get a correct code coverage report, but since we
no longer merge using the buttons on the GitHub website, all our merges
are fast-forward, and this should no longer be needed.
  • Loading branch information
robinlinden committed Dec 2, 2023
1 parent 32276bb commit eddd3e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
pull_request:
workflow_dispatch:
push:
branches: [master]
name: ci

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
Expand Down

0 comments on commit eddd3e1

Please sign in to comment.