Skip to content

Commit 3d42383

Browse files
committed
ci: support merge queue
1 parent 655a02c commit 3d42383

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name:
99
# -------------------------------------------------------------
1010

1111
on:
12+
merge_group:
1213
pull_request:
1314
branches:
1415
- main
@@ -17,11 +18,6 @@ on:
1718
- chore-*ci*
1819
- chore-*github-actions*
1920

20-
# todo: we can get even more detailed with this later by evaluating what influences the built assets
21-
paths-ignore:
22-
- "LICENSE"
23-
- "*.hbs"
24-
2521
types:
2622
- opened
2723
- synchronize

0 commit comments

Comments
 (0)