chore: switch branch name to main [skip ci]

This commit is contained in:
Paul Makles
2024-03-13 22:08:23 +00:00
parent 8f9b18444a
commit fa67e87467
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: Docker Test & Publish
on: on:
push: push:
branches: branches:
- "master" - "main"
tags: tags:
- "*" - "*"
paths-ignore: paths-ignore:
@@ -15,7 +15,7 @@ on:
- "README" - "README"
pull_request: pull_request:
branches: branches:
- "master" - "main"
paths: paths:
- "Dockerfile" - "Dockerfile"
workflow_dispatch: workflow_dispatch:

View File

@@ -3,7 +3,7 @@ name: Rust build, test, and generate specification
on: on:
push: push:
pull_request: pull_request:
branches: [master] branches: [main]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always