Update web-deploy.yml
This commit is contained in:
parent
6e1417ca6e
commit
4c5a078767
1 changed files with 1 additions and 0 deletions
1
.github/workflows/web-deploy.yml
vendored
1
.github/workflows/web-deploy.yml
vendored
|
|
@ -36,6 +36,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
environment: dev
|
environment: dev
|
||||||
needs: build
|
needs: build
|
||||||
|
if: always() && needs.build.result == 'success'
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue