ci: ensure we're running on main as well

This commit is contained in:
Mathew Davies 2023-05-26 20:26:50 +00:00
parent 55a4aab121
commit 069cdc546f
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,8 @@ on:
paths-ignore:
- "**.md"
branches:
- master
- 'main'
- 'master'
jobs:
build-docker:

View File

@ -5,7 +5,8 @@ on:
paths-ignore:
- "**.md"
branches:
- master
- 'main'
- 'master'
env:
CARGO_TERM_COLOR: always