mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
CI: fix deployment branch check (#4130)
This commit is contained in:
parent
7eddc00f20
commit
4b76ffff45
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.ref == 'master'
|
||||
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/master'
|
||||
run: bash scripts/deploy.sh
|
||||
env:
|
||||
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||
|
|
Loading…
Add table
Reference in a new issue