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: on:
push: push:
branches: branches:
- "trunk" - "master"
tags: tags:
- "*" - "*"
paths-ignore: paths-ignore:
- "**.md" - "**.md"
pull_request: pull_request:
branches: branches:
- "trunk" - "master"
paths-ignore: paths-ignore:
- "**.md" - "**.md"
workflow_dispatch: workflow_dispatch: