File tree Expand file tree Collapse file tree 4 files changed +3
-85
lines changed
Expand file tree Collapse file tree 4 files changed +3
-85
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Merge into master - Build and Run Tests
44
55on :
66 push :
7- branches : ["master "]
7+ branches : ["main "]
88
99env :
1010 REGISTRY : ghcr.io
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: PR development - Build and Run Tests
44
55on :
66 pull_request :
7- branches : ["master "]
7+ branches : ["main "]
88
99concurrency :
1010 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11build :
2- image : ghcr.io/algebraic-programming/taskr/buildenv-x86_64 :latest
2+ image : ghcr.io/algebraic-programming/taskr/buildenv:latest
33 variables :
44 GIT_SUBMODULE_STRATEGY : recursive
55 tags :
You can’t perform that action at this time.
0 commit comments