chore(workflows): align on push/pull_request events across workflows

This commit is contained in:
2025-11-03 03:01:57 -05:00
parent ba634ed68a
commit 0b7b5066e4
3 changed files with 13 additions and 16 deletions

View File

@@ -1,10 +1,12 @@
name: zizmor
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
branches:
- main
push:
branches:
- main
permissions:
contents: read # Needed to checkout the repository.