Skip to content

Commit

Permalink
ci: Run CI again on PRs and pushes to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Cooper committed Jul 22, 2023
1 parent c1f905d commit 10e0e2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/data-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Data layer integration tests
on:
workflow_dispatch:
merge_group:
push:
branches:
- 'develop'
pull_request:

concurrency:
group: 'ci-${{ github.event.merge_group.head_ref || github.head_ref }}-${{ github.workflow }}'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Pre Merge Checks
on:
workflow_dispatch:
merge_group:
push:
branches:
- 'develop'
pull_request:

concurrency:
group: 'ci-${{ github.event.merge_group.head_ref || github.head_ref }}-${{ github.workflow }}'
Expand Down

0 comments on commit 10e0e2a

Please sign in to comment.