Skip to content

Commit

Permalink
fix(cd): updated cd trigger to use repository_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Jun 27, 2023
1 parent ce281f7 commit b0caa6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
name: python-cd

on:
release:
types: [published]
repository_dispatch:
types: [python-ci] # trigger when pr is merged and ci is successful
workflow_dispatch:
inputs:
logLevel:
Expand Down

0 comments on commit b0caa6e

Please sign in to comment.