mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-10 06:42:49 +02:00
Update translations.yml
[skip ci]
This commit is contained in:
@@ -19,7 +19,8 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
update-translations:
|
update-translations:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
# Skip on PRs from forks (which don't have write permissions)
|
# Skip on PRs from forks (which don't have write permissions)
|
||||||
# Allow manual runs and pushes to main
|
# Allow manual runs and pushes to main
|
||||||
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
|
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
|
||||||
|
|||||||
Reference in New Issue
Block a user