From f2f8e2905ea7e9cc64ee67606583161e246e8e36 Mon Sep 17 00:00:00 2001 From: "tom.coursow" Date: Wed, 12 Jul 2023 20:36:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ebf818a..b74afa5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,7 +1,11 @@ # .gitea/workflows/build.yaml name: Gitea Actions Demo run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 -on: [workflow_dispatch, push] +on: + workflow_dispatch: + push: + branches: [main] + jobs: Build: runs-on: ubuntu-latest @@ -33,9 +37,4 @@ jobs: - name: Deploy run: | echo Deploying... - sleep 1 - echo ... - sleep 1 - echo ... - sleep 1 echo DONE! \ No newline at end of file