Skip to content

Commit

Permalink
Update workflow to point to main
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Middleton <[email protected]>
  • Loading branch information
tmiddlet2666 committed Jul 28, 2022
1 parent 9a3d7eb commit a78e2b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build-jdk17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java CI with Maven JDK17

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
# Every day at 1am
- cron: '0 1 * * *'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-build-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java CI with Maven - Snapshots

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
# Every day at midnight
- cron: '0 0 * * *'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java CI with Maven

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
# Every day at 1am
- cron: '0 1 * * *'
Expand Down

0 comments on commit a78e2b1

Please sign in to comment.