We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f8053 commit 270ef21Copy full SHA for 270ef21
4 files changed
.github/workflows/master.yml
@@ -4,7 +4,7 @@ name: Merge into master - Build and Run Tests
4
5
on:
6
push:
7
- branches: ["master"]
+ branches: ["main"]
8
9
env:
10
REGISTRY: ghcr.io
.github/workflows/pr-development.yml
@@ -4,7 +4,7 @@ name: PR development - Build and Run Tests
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
.github/workflows/taskr.yml
.gitlab-ci.yml
@@ -1,5 +1,5 @@
1
build:
2
- image: ghcr.io/algebraic-programming/taskr/buildenv-x86_64:latest
+ image: ghcr.io/algebraic-programming/taskr/buildenv:latest
3
variables:
GIT_SUBMODULE_STRATEGY: recursive
tags:
0 commit comments