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 283cce7 commit 66d91dbCopy full SHA for 66d91db
.github/workflows/codeql-analysis.yml
@@ -17,6 +17,7 @@ on:
17
pull_request:
18
# The branches below must be a subset of the branches above
19
branches: [main]
20
+ merge_group:
21
schedule:
22
- cron: '29 19 * * 6'
23
.github/workflows/main.yml
@@ -11,7 +11,8 @@ on:
11
- 'main'
12
- 'next'
13
- '+([0-9])?(.{+([0-9]),x}).x'
14
- pull_request: {}
+ pull_request:
15
16
jobs:
reuse-compliance:
0 commit comments