Skip to content

Commit

Permalink
ci: don't trigger CI on both push and pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Nov 30, 2023
1 parent 0f74e1e commit 0dc42fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: CI

on:
- push
- pull_request
push:
branches:
- main
pull_request:
branches:
- main

defaults:
run:
Expand Down

0 comments on commit 0dc42fe

Please sign in to comment.