Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
B-2U committed Apr 23, 2024
1 parent 7d05ae7 commit dbc3cb9
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
name: cd
on:
workflow_run:
workflows: ["ci"]
types:
- completed
branches:
- 'master'
push:
branches:
- master

# workflow_run:
# workflows: ["ci"]
# types:
# - completed
# branches:
# - 'master'


jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit dbc3cb9

Please sign in to comment.