fix: use gitea.event_name instead of github.event_name
Deploy to Dev / deploy-dev (push) Failing after 3s
Details
Deploy to Dev / deploy-dev (push) Failing after 3s
Details
This commit is contained in:
parent
50c7d50b49
commit
dc3d2b5f25
|
|
@ -11,7 +11,7 @@ on:
|
|||
jobs:
|
||||
deploy-dev:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push'
|
||||
if: ${{ gitea.event_name == 'push' }}
|
||||
|
||||
steps:
|
||||
- name: Deploy to Dev Server
|
||||
|
|
|
|||
Loading…
Reference in New Issue