1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 03:15:37 +02:00

Quick fix, github.branch -> github.ref

This commit is contained in:
Zlatan Vasović 2020-06-26 19:09:47 +02:00 committed by GitHub
parent b95727b9d6
commit d8e6c7e11f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
run: bash scripts/build.sh
- name: Deploy
if: github.repository == 'tldr-pages/tldr' && github.branch == 'master'
if: github.repository == 'tldr-pages/tldr' && github.ref == 'master'
run: bash scripts/deploy.sh
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}