mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
ci: fix
This commit is contained in:
parent
8a6cb30135
commit
0f48fa56c7
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
needs: docker
|
||||
name: Deploy Beta
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.ref == 'ref/head/master' && github.event_name == 'push' }}
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- name: Deploy
|
||||
uses: appleboy/ssh-action@master
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user