From 40c793c72dbf37268f21221a9e52d83c831cd628 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Fri, 19 Jan 2024 23:21:09 -0800 Subject: [PATCH] Updated actions workflow to hopefully work on this branch --- .github/workflow/lint_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflow/lint_and_test.yml b/.github/workflow/lint_and_test.yml index 48b10d1..e8fe264 100644 --- a/.github/workflow/lint_and_test.yml +++ b/.github/workflow/lint_and_test.yml @@ -3,10 +3,10 @@ name: Perform linting and run tests on: push: branches: - - master + - ke/add-ci pull_request: branches: - - master + - ke/add-ci workflow_dispatch: jobs: