Skip to content

Commit a228752

Browse files
ci: allow to run check in stacked PR
1 parent 783929f commit a228752

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ "main", "develop", "v1" ]
66
pull_request:
7-
branches: [ "main", "develop", "v1" ]
87
paths-ignore:
98
- '**/*.md'
109
schedule:

.github/workflows/lambda.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Build lambdas
22

33
on:
44
pull_request:
5-
branches:
6-
- main
75
paths:
86
- 'lambdas/**'
97
- '.github/workflows/lambda.yml'

.github/workflows/ovs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: OSV-Scanner
22
on:
33
pull_request:
4-
branches: [main]
54
merge_group:
65
branches: [main]
76

0 commit comments

Comments
 (0)