Skip to content

Commit efe7991

Browse files
authored
Make main great again (#83)
* Nightlies from `main` * Release from `production`
1 parent 3c9a852 commit efe7991

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 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/pd@v5
1919
with:
20-
branch: origin/dev
20+
branch: origin/main
2121

2222
- name: sign binaries
2323
uses: flucoma/actions/distribution@main
@@ -44,7 +44,7 @@ jobs:
4444
- uses: flucoma/actions/env@main
4545
- uses: flucoma/actions/pd@v5
4646
with:
47-
branch: origin/dev
47+
branch: origin/main
4848

4949
- name: compress archive
5050
run: 7z a FluCoMa-PD-Windows-nightly.zip FluidCorpusManipulation
@@ -62,7 +62,7 @@ jobs:
6262
- uses: flucoma/actions/env@main
6363
- uses: flucoma/actions/pd@v5
6464
with:
65-
branch: origin/dev
65+
branch: origin/main
6666

6767
- name: compress archive
6868
run: tar -zcvf FluCoMa-PD-Linux-nightly.tar.gz FluidCorpusManipulation

.github/workflows/release.yml

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

1515
- name: sign binaries
1616
uses: flucoma/actions/distribution@main
@@ -37,7 +37,7 @@ jobs:
3737
- uses: flucoma/actions/env@main
3838
- uses: flucoma/actions/pd@v5
3939
with:
40-
branch: origin/main
40+
branch: origin/production
4141

4242
- name: compress archive
4343
run: 7z a FluCoMa-PD-Windows.zip FluidCorpusManipulation
@@ -57,7 +57,7 @@ jobs:
5757
- uses: flucoma/actions/env@main
5858
- uses: flucoma/actions/pd@v5
5959
with:
60-
branch: origin/main
60+
branch: origin/production
6161

6262
- name: compress archive
6363
run: tar -zcvf FluCoMa-PD-Linux.tar.gz FluidCorpusManipulation

0 commit comments

Comments
 (0)