Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix: Update target branches in GitHub workflows
Browse files Browse the repository at this point in the history
Updated the target branches in the GitHub workflows from 'master' to 'main'. This change will ensure that the workflows are correctly triggered when pushing or creating pull requests on the 'main' branch.
  • Loading branch information
mathiasclari committed Dec 24, 2023
1 parent 7b9ddca commit 0923b95
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: Build and Release

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

env:
BUILD_NUMBER: ${{ github.run_number }}
Expand Down

0 comments on commit 0923b95

Please sign in to comment.