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