Skip to content

Commit

Permalink
Added production branch to CI/CD workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed May 8, 2024
1 parent d63906d commit 22088c2
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 22088c2

Please sign in to comment.