From 034620cb8d90b4793010a6df9e9042cef95bc83b Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Thu, 29 Feb 2024 22:03:49 -0500 Subject: [PATCH] Fix to test on branch --- .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 e82eafb..50dc315 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,7 +5,7 @@ name: Python application on: push: - branches: [ "master" ] + branches: [ "master", "feature-github-actions" ] pull_request: branches: [ "master" ] workflow_dispatch: