Rename dev-ose branch to main-ose

This commit is contained in:
Ricki Hirner 2024-04-09 18:16:10 +02:00
parent 74e89bde9b
commit 1cd0df1e6a
2 changed files with 6 additions and 6 deletions

View File

@ -2,10 +2,10 @@ name: "CodeQL"
on:
push:
branches: [ "dev-ose", main-ose ]
branches: [ main-ose ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "dev-ose" ]
branches: [ main-ose ]
schedule:
- cron: '22 10 * * 1'
concurrency:
@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: temurin
java-version: 17
- uses: gradle/actions/setup-gradle@v3
with:

View File

@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: true
env:
is_main_branch: ${{ github.ref == 'refs/heads/dev-ose' }}
is_main_branch: ${{ github.ref == 'refs/heads/main-ose' }}
jobs:
test:
@ -39,7 +39,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: app_build-tests-without-emulator
restore-keys: app_build-tests-without-emulator- # restore cache from dev branch
restore-keys: app_build-tests-without-emulator- # restore cache from main branch
path: |
.gradle/configuration-cache
app/build
@ -74,7 +74,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: app_build-tests-with-emulator
restore-keys: app_build-tests-with-emulator- # restore cache from dev branch
restore-keys: app_build-tests-with-emulator- # restore cache from main branch
path: |
.gradle/configuration-cache
app/build