Enable CI workflow for PRs and manual starts

This commit is contained in:
Deirdre Connolly 2021-10-12 10:47:46 -04:00
parent 68710ed83e
commit a3ad04778a
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,11 @@
name: CI
on: [push]
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test_nightly:
@ -18,4 +23,3 @@ jobs:
with:
command: test
args: --all-features