Skip to content

Commit

Permalink
Run update translations action on master
Browse files Browse the repository at this point in the history
pushing to fork does not work
  • Loading branch information
plata authored Feb 24, 2021
1 parent f68aa31 commit 01c2491
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-translations.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Update translations
on: pull_request
on:
push:
branches:
- master

jobs:
run:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
token: ${{ secrets.TRANSLATIONS_UPDATE }}

- name: Set up JDK 11
uses: actions/setup-java@v1
Expand Down

0 comments on commit 01c2491

Please sign in to comment.