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
run-name: ${{ github.actor}} runs CI
on: [push]
on:
pull_request:
branches:
- main
- master
- staging
- development
jobs:
ci-tests: