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:
|
||||
environment: dev
|
||||
needs: build
|
||||
if: always() && needs.build.result == 'success'
|
||||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue