From a90400cb58e1332380e0054ef6375b0cd5764a01 Mon Sep 17 00:00:00 2001 From: CarlosAdir Date: Sun, 31 Oct 2021 19:09:32 +0100 Subject: [PATCH] Correct Github tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7fc2317..fa9653a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,9 +5,9 @@ name: Tests # Controls when the workflow will run on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: