Skip to content

Commit 6eaf5d4

Browse files
authored
Merge pull request #144 from scality/improvement/OSIS-150-update-workflow-branches
VAULT-150: Add-S3C-7.10.9-branch-development/2.1-to-workflows
2 parents 357f00e + 01588de commit 6eaf5d4

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.github/workflows/codeql.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ name: codeQL
33

44
on:
55
push:
6-
branches: [main]
6+
branches:
7+
- main
8+
- development/2.1
79
pull_request:
8-
branches: [main]
10+
branches:
11+
- main
12+
- development/2.1
913
workflow_dispatch:
1014

1115
jobs:

.github/workflows/dependency-review.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: dependency review
33

44
on:
55
pull_request:
6-
branches: [main]
6+
branches:
7+
- main
8+
- development/2.1
79

810
jobs:
911
dependency-review:

.github/workflows/security.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name: security
33

44
on:
55
push:
6-
branches: [main]
6+
branches:
7+
- main
8+
- development/2.1
79
release:
810
types: [published]
911
pull_request:
10-
branches: [main]
12+
branches:
13+
- main
14+
- development/2.1
1115
schedule:
1216
- cron: '0 8 * * 1' # Monday - 8am - UTC
1317
workflow_dispatch:

0 commit comments

Comments
 (0)