From 9e1221c450f3c1e29707f184517b24318e46e7d7 Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Wed, 3 Mar 2021 18:20:37 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8d5763..73b7e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,9 @@ name: CI # Controls when the action will run. -on: [push, pull_request] +on: + push: + pull_request: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: