update github actions

pull/17608/head
fuwx 1 year ago
parent d8a21a8ac3
commit 68b0f61b52
No known key found for this signature in database
GPG Key ID: C8FA8C18DFB4702B

@ -4,6 +4,10 @@ on:
push:
tags:
- v*
branches:
- apo-1.0.0
paths:
- 'api/**'
workflow_dispatch:
env:
@ -61,6 +65,7 @@ jobs:
deploy-dev:
runs-on: [self-hosted, dev]
needs: [build-image]
if: github.ref == 'refs/heads/apo-1.0.0'
steps:
- name: Deploy to dev
env:

@ -4,6 +4,10 @@ on:
push:
tags:
- v*
branches:
- apo-1.0.0
paths:
- 'web/**'
workflow_dispatch:
env:
@ -60,6 +64,7 @@ jobs:
deploy-dev:
runs-on: [self-hosted, dev]
needs: [build-image]
if: github.ref == 'refs/heads/apo-1.0.0'
steps:
- name: Deploy to dev
env:

Loading…
Cancel
Save