File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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/max@main
1919 with :
20- branch : origin/dev
20+ branch : origin/main
2121
2222 - uses : actions/upload-artifact@v3
2323 with :
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
Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments