Update .github/workflows/ci.yaml

This commit is contained in:
Parker Moore
2021-07-14 13:34:52 -04:00
parent 1cbe0b9ed6
commit b614fe0c95

View File

@@ -1,4 +1,7 @@
on: push
on:
push:
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
@@ -11,4 +14,4 @@ jobs:
- name: build
run: script/bootstrap
- name: test
run: script/cibuild
run: script/cibuild