Skip to content

Commit

Permalink
feat(ci/cd): trigger workflow when a pull request is ready for review…
Browse files Browse the repository at this point in the history
… [skip ci]
  • Loading branch information
remdub committed Oct 23, 2024
1 parent 8c6d9a1 commit 4c686dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/tests-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Dispatch tests to Products.Meeting*
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches:
- gha
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ name: Test package
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- master
push:
branches:
- gha
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 4c686dd

Please sign in to comment.