Skip to content

Commit

Permalink
use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Apr 14, 2024
1 parent eaaf31d commit 4b1d60b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ name: "CodeQL"
on:
push:
branches:
- master
- main
- "*.x"
pull_request:
branches:
- master
- main
- "*.x"
schedule:
- cron: '48 9 * * 6'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: Java CI with Maven
on:
push:
branches:
- master
- main
- "*.x"
pull_request:
branches:
- master
- main
- "*.x"

jobs:
Expand Down

0 comments on commit 4b1d60b

Please sign in to comment.