Fix branch name

This commit is contained in:
Simon Howard 2024-09-15 12:48:01 -04:00
parent ae81c6e3b0
commit 55a99cd429

View file

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