Skip to content

Commit 6b02fa4

Browse files
authored
Merge pull request #2397 from booklore-app/develop
Merge develop into master for release
2 parents abaa99f + 97343ee commit 6b02fa4

File tree

5 files changed

+90
-840
lines changed

5 files changed

+90
-840
lines changed

.github/RELEASE_WORKFLOW.md

Lines changed: 0 additions & 357 deletions
This file was deleted.

.github/workflows/develop-pipeline.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@ on:
66
- develop
77
pull_request:
88
branches:
9-
- develop
10-
- 'release/**'
11-
- master
9+
- '**'
1210

1311
jobs:
1412
migration-check:
1513
name: Flyway Migration Check
1614
uses: ./.github/workflows/migrations-check.yml
1715
with:
18-
# For PRs, compare against target branch; for pushes, compare against develop
19-
base_ref: ${{ github.event_name == 'pull_request' && github.base_ref || 'develop' }}
16+
base_ref: 'develop'
2017
head_ref: 'HEAD'
2118

2219
backend-tests:
@@ -209,4 +206,3 @@ jobs:
209206
cache-to: |
210207
type=gha,mode=max
211208
type=registry,ref=ghcr.io/booklore-app/booklore:buildcache,mode=max
212-

0 commit comments

Comments
 (0)