From 061da64f5bdea6b6d074a98e23dcd8e17343533a Mon Sep 17 00:00:00 2001 From: lukas Date: Sat, 26 Jul 2025 17:52:57 +0000 Subject: [PATCH] Update .gitea/workflows/tmate.yml trigger action on change in main branch --- .gitea/workflows/tmate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/tmate.yml b/.gitea/workflows/tmate.yml index 14f2976..6b29012 100644 --- a/.gitea/workflows/tmate.yml +++ b/.gitea/workflows/tmate.yml @@ -1,9 +1,9 @@ name: checkout -on: +on: push: - tags: - - '*' + branches: + - main # Or your desired branch jobs: checkout: