Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
* main:
  Added production branch to CI/CD workflows
  • Loading branch information
JonasSchaub committed May 8, 2024
2 parents d63906d + 22088c2 commit 7e68911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/SonarCloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- 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" ]
branches: [ "main", "production" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "production" ]

permissions:
contents: read
Expand Down

0 comments on commit 7e68911

Please sign in to comment.