From 7e65a98992f7c988432938f72c6d231bdec203c2 Mon Sep 17 00:00:00 2001 From: tobias ollive Date: Sat, 6 Jul 2024 11:01:49 +0200 Subject: [PATCH] Actualiser .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c537cc6..21737e2 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,6 +1,9 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: + - 'master' jobs: Explore-Gitea-Actions: @@ -17,3 +20,4 @@ jobs: run: | ls ${{ gitea.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." + - run: git switch prod