Skip to content

Commit

Permalink
ci: dont run on pull
Browse files Browse the repository at this point in the history
ref: #42
  • Loading branch information
jon-nfc committed Dec 31, 2024
1 parent fe1d96f commit dcb39d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: 'CI'


on:
pull_request:
types:
- synchronize
# pull_request:
# types:
# - synchronize
push:
branches:
- '**'
Expand Down

0 comments on commit dcb39d7

Please sign in to comment.