Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Merge into master - Build and Run Tests

on:
push:
branches: ["master"]
branches: ["main"]

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: PR development - Build and Run Tests

on:
pull_request:
branches: ["master"]
branches: ["main"]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
82 changes: 0 additions & 82 deletions .github/workflows/taskr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
image: ghcr.io/algebraic-programming/taskr/buildenv-x86_64:latest
image: ghcr.io/algebraic-programming/taskr/buildenv:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
tags:
Expand Down