From bfa0419f797506e94cb79b9fba1af209e1ccc5ac Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 29 Aug 2025 22:33:20 +0200 Subject: [PATCH] Update CI workflow to only include master branch --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b14df8..c31ef37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ name: CI on: push: - branches: [ main, master ] + branches: [ master ] pull_request: - branches: [ main, master ] + branches: [ master ] jobs: test: @@ -167,4 +167,4 @@ jobs: echo "✅ File structure validated" echo "✅ Shell scripts linted" echo "" - echo "🎉 rsync-deployments action is ready for use!" \ No newline at end of file + echo "🎉 rsync-deployments action is ready for use!"