ci: dont run on pull

ref: #42
This commit is contained in:
2024-12-31 16:15:00 +09:30
parent fe1d96f620
commit dcb39d7e62

View File

@ -4,9 +4,9 @@ name: 'CI'
on: on:
pull_request: # pull_request:
types: # types:
- synchronize # - synchronize
push: push:
branches: branches:
- '**' - '**'