From fbf26877e24171e93c677d7a16a514df451012b9 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Tue, 13 Aug 2024 11:32:11 -0400 Subject: [PATCH] Add dispatch and set branchs --- .gitea/workflows/firsrtflow.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/firsrtflow.yaml b/.gitea/workflows/firsrtflow.yaml index bfbc33a..db2b622 100644 --- a/.gitea/workflows/firsrtflow.yaml +++ b/.gitea/workflows/firsrtflow.yaml @@ -1,6 +1,11 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: [ main, master ] + pull_reqauest: + branches: [main, master] +workflow_dispatch: jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest