mirror of
https://github.com/bitwarden/browser
synced 2024-12-21 15:34:15 +01:00
Fix Crowdin push (#12500)
Related to https://github.com/bitwarden/clients/pull/11961 Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
parent
8caadacfbc
commit
2041799174
2
.github/workflows/build-desktop.yml
vendored
2
.github/workflows/build-desktop.yml
vendored
@ -1433,7 +1433,7 @@ jobs:
|
||||
|
||||
crowdin-push:
|
||||
name: Crowdin Push
|
||||
if: github.ref == 'refs/heads/main'
|
||||
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
|
||||
needs:
|
||||
- linux
|
||||
- windows
|
||||
|
Loading…
Reference in New Issue
Block a user