Replace remaining stray references with main (#1582)

Ensure default branch has been fully updated everywhere to main, which
should fix the running of the unit and integration tests on the main
branch.
This commit is contained in:
Darragh Bailey
2022-09-07 11:50:28 +01:00
committed by GitHub
parent 7d48c5ec46
commit 602b4e9ad8
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ name: docker-image
on:
push:
branches:
- master
- main
tags:
- '*.*.*'
pull_request:

View File

@@ -3,7 +3,7 @@ name: Integration Tests
on:
push:
branches:
- master
- main
pull_request:
jobs:

View File

@@ -10,7 +10,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
jobs: