From 9ed0843fdbd1cdbf4351b044a658e324405d98f2 Mon Sep 17 00:00:00 2001 From: mirage <119869686+ClementBobin@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:11:02 +0100 Subject: [PATCH] =?UTF-8?q?feat=C2=A0:=20mettre=20=C3=A0=20jour=20les=20d?= =?UTF-8?q?=C3=A9clencheurs=20du=20workflow=20pour=20les=20actions=20et=20?= =?UTF-8?q?le=20d=C3=A9ploiement=20de=20Gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yml | 2 +- .gitea/workflows/deploy.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 394c807..21add6c 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -1,6 +1,6 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: workflow_dispatch jobs: Explore-Gitea-Actions: diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6cba91b..944eecb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,6 +4,7 @@ on: push: branches: - 'main' + - 'j2/feat/git-action-time' workflow_dispatch jobs: