github: run ci on pushes to master as well

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-11-28 11:50:24 -08:00
parent 45c104786b
commit 05f36c81b3

View File

@@ -1,7 +1,14 @@
on: [pull_request]
name: CI
on:
push:
branches:
- master
- ci
pull_request:
branches:
- "*"
jobs:
fmt:
name: Rustfmt