Browse Source

fixing syntax issue

pull/2159/head
Joseph Flinn 4 years ago
parent
commit
8c1c0fd832
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -169,7 +169,7 @@ jobs: @@ -169,7 +169,7 @@ jobs:
crowdin-push:
name: Crowdin Push
if: github.ref = 'refs/heads/master'
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-20.04
needs:
- build

Loading…
Cancel
Save