Wrong branch name

This commit is contained in:
Simon Howard 2024-09-04 21:44:27 -04:00
parent d9e4a1ff47
commit b2435ffea2
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@ name: Continuous Integration
on:
push:
branches:
- "master"
- "trunk"
tags:
- "*"
paths-ignore:
- "**.md"
pull_request:
branches:
- "master"
- "trunk"
paths-ignore:
- "**.md"
workflow_dispatch: