Skip to content

Commit

Permalink
Remove pull request trigger from CI workflow
Browse files Browse the repository at this point in the history
The pull request trigger always duplicates 'on push' and so can be
removed.
  • Loading branch information
JeremyMcCormick committed Feb 3, 2025
1 parent 4776612 commit c9f69d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
name: "CI"
on:
push:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c9f69d9

Please sign in to comment.