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
3
3
on :
4
4
workflow_dispatch :
5
5
push :
6
- branches : [ dev , ci/** ]
6
+ branches : [ main , ci/** ]
7
7
8
8
concurrency :
9
9
group : environment-${{ github.ref }}
17
17
- uses : flucoma/actions/env@main
18
18
- uses : flucoma/actions/pd@v5
19
19
with :
20
- branch : origin/dev
20
+ branch : origin/main
21
21
22
22
- name : sign binaries
23
23
uses : flucoma/actions/distribution@main
44
44
- uses : flucoma/actions/env@main
45
45
- uses : flucoma/actions/pd@v5
46
46
with :
47
- branch : origin/dev
47
+ branch : origin/main
48
48
49
49
- name : compress archive
50
50
run : 7z a FluCoMa-PD-Windows-nightly.zip FluidCorpusManipulation
62
62
- uses : flucoma/actions/env@main
63
63
- uses : flucoma/actions/pd@v5
64
64
with :
65
- branch : origin/dev
65
+ branch : origin/main
66
66
67
67
- name : compress archive
68
68
run : tar -zcvf FluCoMa-PD-Linux-nightly.tar.gz FluidCorpusManipulation
Original file line number Diff line number Diff line change 10
10
- uses : flucoma/actions/env@main
11
11
- uses : flucoma/actions/pd@v5
12
12
with :
13
- branch : origin/main
13
+ branch : origin/production
14
14
15
15
- name : sign binaries
16
16
uses : flucoma/actions/distribution@main
37
37
- uses : flucoma/actions/env@main
38
38
- uses : flucoma/actions/pd@v5
39
39
with :
40
- branch : origin/main
40
+ branch : origin/production
41
41
42
42
- name : compress archive
43
43
run : 7z a FluCoMa-PD-Windows.zip FluidCorpusManipulation
57
57
- uses : flucoma/actions/env@main
58
58
- uses : flucoma/actions/pd@v5
59
59
with :
60
- branch : origin/main
60
+ branch : origin/production
61
61
62
62
- name : compress archive
63
63
run : tar -zcvf FluCoMa-PD-Linux.tar.gz FluidCorpusManipulation
You can’t perform that action at this time.
0 commit comments