From 7326889f3247577856b0afd8813b01f71ff156ed Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Tue, 20 Feb 2024 09:54:41 +0100 Subject: [PATCH] branch names --- .gitea/workflows/deploy.yaml | 2 +- .gitea/workflows/tests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9032dcf..58b44c7 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -4,7 +4,7 @@ run-name: ${{ gitea.actor }} has pushed to production on: push: branches: - - $default-branch + - master workflow_dispatch: jobs: diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index a9ef832..87d5145 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -2,9 +2,9 @@ name: Build and test FrontEnd on: push: - branches: [ $default-branch ] + branches: [ master ] pull_request: - branches: [ $default-branch ] + branches: [ master ] jobs: Build: