From a3ad04778a26a0c855bcf9d3abd779846856e230 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 12 Oct 2021 10:47:46 -0400 Subject: [PATCH] Enable CI workflow for PRs and manual starts --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80fcf90..158692e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 -