Skip to content

Commit

Permalink
Rename default branch in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer4j committed Aug 31, 2023
1 parent 9c9d830 commit a0f4a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ name: CI
on:
push:
branches:
- master
- main
tags:
- 'v*'
pull_request:
branches:
- master
- main
schedule:
- cron: '0 4 * * *'
jobs:
Expand Down

0 comments on commit a0f4a0f

Please sign in to comment.