Run actions on pushes to the ci branch

This commit is contained in:
William Casarin
2023-07-14 09:34:00 -07:00
parent 9879c78e41
commit 4830a6f3b7

View File

@@ -5,6 +5,7 @@ on:
push: push:
branches: branches:
- "master" - "master"
- "ci"
pull_request: pull_request:
branches: branches:
- "*" - "*"