Skip to content

Commit

Permalink
Set up CI workflows (#111)
Browse files Browse the repository at this point in the history
adjust branch name (master became main)
  • Loading branch information
oliverlietz committed Nov 4, 2024
1 parent 9317738 commit bb0c9c4
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 @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["master"]
branches: ["main"]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit bb0c9c4

Please sign in to comment.