Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Fix master to main rename
  • Loading branch information
rzo1 authored Feb 3, 2025
1 parent 6a3631a commit a85202e
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 @@ -19,11 +19,11 @@ on:
# Run CI on Pushes to "master"" or on pull requests targeting "master".
push:
branches:
- master
- main
- 'experimental/**'
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit a85202e

Please sign in to comment.