Skip to content

Commit

Permalink
Corrected main/master branch name;
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Dec 18, 2023
1 parent 8c6604b commit 22f24b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/SonarCloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
push:
branches:
- master
- functional-repo
- main
- production
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Java CI with Gradle

on:
push:
branches: [ "main", "functional-repo" ]
branches: [ "master", "main", "production" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "master", "production" ]

permissions:
contents: read
Expand Down

0 comments on commit 22f24b4

Please sign in to comment.