mirror of
https://github.com/Luzifer/ots.git
synced 2024-12-18 12:04:35 -05:00
Fix: Target correct branch for PRs
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
314af1a5f6
commit
f416dd910b
2
.github/workflows/pr-regen-translations.yml
vendored
2
.github/workflows/pr-regen-translations.yml
vendored
@ -4,7 +4,7 @@ name: pull-request-ci
|
||||
on:
|
||||
pull_request_target:
|
||||
types: ["opened", "synchronize", "reopened", "labeled", "unlabeled"]
|
||||
branches: ["main"]
|
||||
branches: ["master"]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
Loading…
Reference in New Issue
Block a user