more changes
This commit is contained in:
14
.github/workflows/deploy.yml
vendored
14
.github/workflows/deploy.yml
vendored
@ -1,5 +1,17 @@
|
||||
name: Deploy Project
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# branches: [develop]
|
||||
# paths-ignore:
|
||||
# - 'README.md'
|
||||
# # - '.github/**'
|
||||
# pull_request:
|
||||
# branches: [develop]
|
||||
# paths-ignore:
|
||||
# - 'README.md'
|
||||
# # - '.github/**'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
branches: [develop]
|
||||
@ -10,7 +22,7 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Reference in New Issue
Block a user