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:
push:
branches:
- "master"
- "main"
tags:
- "*"
paths-ignore:
@@ -15,7 +15,7 @@ on:
- "README"
pull_request:
branches:
- "master"
- "main"
paths:
- "Dockerfile"
workflow_dispatch: