mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:55:33 +02:00
Quick fix, github.branch -> github.ref
This commit is contained in:
parent
b95727b9d6
commit
d8e6c7e11f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue