From a033193fa0296550fdfbb6a5bc471fff6fa967ab Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Thu, 3 Oct 2024 13:50:27 -0400 Subject: [PATCH] Action: Limit building/deploying to master branch --- .forgejo/workflows/publish.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 318412c..f99b95c 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -1,4 +1,8 @@ -on: [push] +on: + push: + branches: + - master + jobs: jekyll: runs-on: docker