Skip to content

Commit b6a3085

Browse files
authored
Make main great again (#356)
* Nightlies from `main` * Release from `production`
1 parent 515010a commit b6a3085

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: nightly
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ dev, ci/** ]
6+
branches: [ main, ci/** ]
77

88
concurrency:
99
group: environment-${{ github.ref }}
@@ -17,7 +17,7 @@ jobs:
1717
- uses: flucoma/actions/env@main
1818
- uses: flucoma/actions/max@main
1919
with:
20-
branch: origin/dev
20+
branch: origin/main
2121

2222
- uses: actions/upload-artifact@v3
2323
with:
@@ -31,7 +31,7 @@ jobs:
3131
- uses: flucoma/actions/env@main
3232
- uses: flucoma/actions/max@main
3333
with:
34-
branch: origin/dev
34+
branch: origin/main
3535

3636
- name: sign and notarise
3737
uses: flucoma/actions/distribution@main

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: flucoma/actions/env@main
1111
- uses: flucoma/actions/max@main
1212
with:
13-
branch: origin/main
13+
branch: origin/production
1414

1515
- uses: actions/upload-artifact@v3
1616
with:
@@ -26,7 +26,7 @@ jobs:
2626
- uses: flucoma/actions/env@main
2727
- uses: flucoma/actions/max@main
2828
with:
29-
branch: origin/main
29+
branch: origin/production
3030

3131
- name: sign and notarise
3232
uses: flucoma/actions/distribution@main

0 commit comments

Comments
 (0)