fix: restrict push branches in workflows to only main

This commit is contained in:
GitHub Actions
2026-02-26 04:31:52 +00:00
parent fb5fdb8c4e
commit 82d18f11a5
4 changed files with 5 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ on:
type: string
pull_request:
push:
branches: [main]
concurrency: