Skip to content

Commit

Permalink
ci: add trigger on merge group for build and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swouf committed May 6, 2024
1 parent d52c503 commit b64302b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and Check

on:
push:
merge-group:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Cypress UI tests

on:
push:
merge-group:

jobs:
cypress-run:
Expand Down

0 comments on commit b64302b

Please sign in to comment.