From 55784ad61e221384b8fa7471c05e77e099a6598b Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Wed, 3 Mar 2021 18:18:26 -0800 Subject: [PATCH] Enable on all push --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df7876c..d8d5763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,13 +3,7 @@ name: CI # Controls when the action will run. -on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ testing ] - pull_request: - branches: [ testing ] - +on: [push, pull_request] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: