Skip to content

Commit

Permalink
CI: Trigger workflow on ready for review event (#5224)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Rey <[email protected]>
  • Loading branch information
SMoraisAnsys and MaxJPRey authored Oct 3, 2024
1 parent 3a14ab2 commit aabca8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: GitHub CI CD
on:
pull_request:
# GitHub default types + ready_for_review to trigger the workflow on PRs no longer in draft mode.
# See https://github.com/ansys/pyaedt/issues/5223 for more information
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
push:
tags:
Expand Down

0 comments on commit aabca8b

Please sign in to comment.