Browse Source
👷 Fix branch name in `zizmor.yml` workflow (`main` -> `master`) (#16178)
pull/16187/head
Yurii Motov
7 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/zizmor.yml
|
|
@ -3,7 +3,7 @@ name: Zizmor |
|
|
on: |
|
|
on: |
|
|
push: |
|
|
push: |
|
|
branches: |
|
|
branches: |
|
|
- main |
|
|
- master |
|
|
pull_request: |
|
|
pull_request: |
|
|
workflow_dispatch: |
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
|
|