Skip to content

Commit 310177f

Browse files
committed
switch .github/workflows from develop to master
1 parent bb24eff commit 310177f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Code Style"
33
on:
44
push:
55
branches:
6-
- develop
6+
- master
77
pull_request:
88

99
concurrency:

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to Docker Hub
33
on:
44
push:
55
branches:
6-
- develop
6+
- master
77
pull_request:
88
paths-ignore:
99
- "**.cff"

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Maven verify
55
on:
66
push:
77
branches:
8-
- develop
8+
- master
99
- "support/**"
1010
pull_request:
1111
paths-ignore:

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Security Audit"
33
on:
44
push:
55
branches:
6-
- develop
6+
- master
77
pull_request:
88
schedule:
99
- cron: '23 4 * * 1'

0 commit comments

Comments
 (0)