Skip to content

Commit a78e2b1

Browse files
author
Tim Middleton
committed
Update workflow to point to main
Signed-off-by: Tim Middleton <tim.middleton@oracle.com>
1 parent 9a3d7eb commit a78e2b1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/maven-build-jdk17.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java CI with Maven JDK17
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111
schedule:
1212
# Every day at 1am
1313
- cron: '0 1 * * *'

.github/workflows/maven-build-snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java CI with Maven - Snapshots
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111
schedule:
1212
# Every day at midnight
1313
- cron: '0 0 * * *'

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111
schedule:
1212
# Every day at 1am
1313
- cron: '0 1 * * *'

0 commit comments

Comments
 (0)