From a3017f9b71121d55c71782c20a4d6d63d2c7df64 Mon Sep 17 00:00:00 2001 From: David Li Date: Thu, 11 Apr 2024 06:39:43 +0000 Subject: [PATCH] run github actions --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 62026b4..0c023ac 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,7 +5,7 @@ name: Run pytest on: push: - branches: [ "master" ] + branches: [ "debug_github_actions", "master" ] pull_request: branches: [ "master" ] workflow_dispatch: {}