Skip to content

Commit 1ba5662

Browse files
1 parent cb4afb6 commit 1ba5662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jenkins-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Jenkins Security Scan
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
pull_request:
88
types: [ opened, synchronize, reopened ]
99
workflow_dispatch:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Release Drafter
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
tags:
1010
- '*'
1111

0 commit comments

Comments
 (0)