2
0

Change Github CI to run on master

This commit is contained in:
Jack Christensen
2021-01-30 16:48:51 -06:00
parent 609cd81d64
commit 9cf5752625
+2 -2
View File
@@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [ github-ci-wip ]
branches: [ master ]
pull_request:
branches: [ github-ci-wip ]
branches: [ master ]
jobs: