Skip to content

Commit b2ba804

Browse files
author
Jens Winter-Hübenthal
committed
add branch main-magdeburg
1 parent f70cad4 commit b2ba804

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-to-supabase-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Migrations to Production
33
on:
44
push:
55
branches:
6-
- master
6+
- main-magdeburg
77
workflow_dispatch:
88

99
jobs:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ env:
88
NODE_ENV: "test"
99
on:
1010
push:
11-
branches: [master, dev, staging]
11+
branches: [master, dev, staging, main-magdeburg]
1212
pull_request:
13-
branches: [master, dev, staging]
13+
branches: [master, dev, staging, main-magdeburg]
1414
# see https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions
1515
merge_group:
1616

0 commit comments

Comments
 (0)