There was an error while loading. Please reload this page.
1 parent bca2367 commit 3410da0Copy full SHA for 3410da0
3 files changed
.github/workflows/codeql.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches:
8
- 'master'
9
+ merge_group:
10
+ branches:
11
+ - 'master'
12
schedule:
13
- cron: '0 0 * * 1'
14
permissions:
.github/workflows/dependency-review.yml
@@ -1,6 +1,11 @@
1
name: 'Dependency Review'
2
on:
3
- pull_request: {}
+ pull_request:
4
5
contents: 'read'
jobs:
.github/workflows/go.yml
@@ -1,9 +1,14 @@
name: 'Go'
push:
0 commit comments