From 04a8995f4651ee1769cb908c3ca0d1daa7e3b43d Mon Sep 17 00:00:00 2001 From: Thomas <12407096+thomas-chauvet@users.noreply.github.com> Date: Wed, 18 Nov 2020 08:27:39 +0100 Subject: [PATCH] rename default branch --- .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 ffaa565..96175fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,12 +3,12 @@ name: LateX CV to PDF on: push: branches: - - main + - master - develop tags: - '*' pull_request: - branches: [ main ] + branches: [ master ] jobs: build_latex: