Skip to content

Commit

Permalink
Update .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jul 14, 2021
1 parent e44678c commit 9c5c963
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: push
on:
push:
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -11,4 +14,4 @@ jobs:
- name: build
run: script/bootstrap
- name: test
run: script/cibuild
run: script/cibuild

0 comments on commit 9c5c963

Please sign in to comment.