fixing syntax issue
This commit is contained in:
parent
c97ff022b3
commit
8c1c0fd832
|
@ -169,7 +169,7 @@ jobs:
|
||||||
|
|
||||||
crowdin-push:
|
crowdin-push:
|
||||||
name: Crowdin Push
|
name: Crowdin Push
|
||||||
if: github.ref = 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
|
|
Loading…
Reference in New Issue