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 d74cb3d commit e0e84c1Copy full SHA for e0e84c1
.github/workflows/Docs.yml
@@ -6,6 +6,8 @@ on:
6
- main
7
tags: '*'
8
pull_request:
9
+ merge_group:
10
+ types: [checks_requested]
11
12
concurrency:
13
# Skip intermediate builds: always.
.github/workflows/Tests.yml
@@ -5,6 +5,8 @@ on:
5
branches:
# Cancel existing tests on the same PR if a new commit is added to a pull request
0 commit comments