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:
|
jobs:
|
||||||
deploy-dev:
|
deploy-dev:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push'
|
if: ${{ gitea.event_name == 'push' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to Dev Server
|
- name: Deploy to Dev Server
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue