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: