We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655a02c commit 3d42383Copy full SHA for 3d42383
.github/workflows/development.yml
@@ -9,6 +9,7 @@ name:
9
# -------------------------------------------------------------
10
11
on:
12
+ merge_group:
13
pull_request:
14
branches:
15
- main
@@ -17,11 +18,6 @@ on:
17
18
- chore-*ci*
19
- chore-*github-actions*
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
-
25
types:
26
- opened
27
- synchronize
0 commit comments