From 8d93d195ebe75a2626943de5e619717d629cc6c3 Mon Sep 17 00:00:00 2001 From: Alan Lujan Date: Mon, 27 Nov 2023 15:53:39 -0500 Subject: [PATCH] Update python-app.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 90d0763..56c9f70 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,9 +5,9 @@ name: Python application on: push: - branches: ["master"] + branches: ["main"] pull_request: - branches: ["master"] + branches: ["main"] permissions: contents: read