From 9dc63b7b180d33618498849ea7b175734f5477e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Mal=C3=A9s?= <85952626+joaomper-TE@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:17:23 +0100 Subject: [PATCH] Update python.yaml --- .github/workflows/python.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 1f19a282..bf520065 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -2,9 +2,9 @@ name: Python CI on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] jobs: build: