From 7f3df84283d1bda51f6824a37a0e4592a76e91f8 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: Tue, 24 Sep 2024 14:50:39 +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 4529c02a..9a7cef55 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -2,9 +2,9 @@ name: Python CI on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: