From 3acb6660a03042fffadcb502b7759c35821cd1d5 Mon Sep 17 00:00:00 2001 From: "Remi GASCOU (Podalirius)" <79218792+p0dalirius@users.noreply.github.com> Date: Fri, 31 May 2024 14:07:49 +0200 Subject: [PATCH] Fixed workflowsFixed workflows --- .github/workflows/python-pip-build.yml | 4 ++-- .github/workflows/python-poetry-build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-pip-build.yml b/.github/workflows/python-pip-build.yml index 13f0f98..979fd98 100644 --- a/.github/workflows/python-pip-build.yml +++ b/.github/workflows/python-pip-build.yml @@ -5,9 +5,9 @@ name: Python pip build on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] permissions: contents: read diff --git a/.github/workflows/python-poetry-build.yml b/.github/workflows/python-poetry-build.yml index c284aa0..bfaf2bd 100644 --- a/.github/workflows/python-poetry-build.yml +++ b/.github/workflows/python-poetry-build.yml @@ -5,9 +5,9 @@ name: Python poetry build on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] permissions: contents: read