Skip to content

Commit

Permalink
CI: Trigger workflow when ready for review
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Sep 30, 2024
1 parent f4f794e commit 6f8d52f
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 6f8d52f

Please sign in to comment.