We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fbc30 commit 530ca9cCopy full SHA for 530ca9c
.github/workflows/build.yml
@@ -1,5 +1,6 @@
1
name: build
2
on:
3
+ merge_group:
4
pull_request:
5
workflow_dispatch:
6
jobs:
.github/workflows/e2e-tests.yml
@@ -7,6 +7,7 @@ on:
7
- master
8
9
10
11
12
e2e:
13
strategy:
.github/workflows/sanity.yaml
@@ -5,6 +5,7 @@ on:
- '**'
vendor:
runs-on: ubuntu-latest
.github/workflows/unit.yml
unit:
.github/workflows/verify.yml
verify:
0 commit comments