Run CI only on pull requests

This commit is contained in:
2025-03-10 19:53:43 +09:00
parent 09df49009a
commit 4adbf4e30a

View File

@@ -1,7 +1,13 @@
name: CI name: CI
run-name: ${{ github.actor}} runs CI run-name: ${{ github.actor}} runs CI
on: [push] on:
pull_request:
branches:
- main
- master
- staging
- development
jobs: jobs:
ci-tests: ci-tests: