From 5b09383ad7408d1ea94dfd2fc60184cd8e08ecad Mon Sep 17 00:00:00 2001 From: Daniele Pompa <55095241+daniele20tab@users.noreply.github.com> Date: Tue, 31 May 2022 09:04:36 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2aefeae..942440e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,9 +5,9 @@ name: Python application on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] permissions: contents: read