File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: nightly
33on :
44 workflow_dispatch :
55 push :
6- branches : [ dev , ci/** ]
6+ branches : [ main , ci/** ]
77
88concurrency :
99 group : environment-${{ github.ref }}
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
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
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
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments