From 12ae79ecd8e28c864cd953faf4f4363314758045 Mon Sep 17 00:00:00 2001 From: polsevev Date: Sat, 26 Oct 2024 12:29:46 +0200 Subject: [PATCH] Set run to only run on master --- .forgejo/workflows/deploy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 088d27f..0463b07 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -1,4 +1,7 @@ -on: [push] +on: + push: + branches: + - master jobs: build: runs-on: ubuntu