Fix GHA only running on pushes to master

This commit is contained in:
Lucien Greathouse
2020-03-29 13:17:06 -07:00
parent 5c85cd27c3
commit 9b459c20d6

View File

@@ -1,6 +1,9 @@
name: CI name: CI
on: [push] on:
pull_request:
push:
branches: ["*"]
jobs: jobs:
build: build: