From bbcd2cc7e3895b5412cc2d1eba69141875d9e868 Mon Sep 17 00:00:00 2001 From: Ming Du Date: Mon, 4 Mar 2024 19:33:57 -0600 Subject: [PATCH] Fix branch name in workflow yml --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 315fa3c..3387dbd 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,9 +5,9 @@ name: Python application on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] permissions: contents: read