Update CI workflow to only include master branch

This commit is contained in:
Steven 2025-08-29 22:33:20 +02:00 committed by GitHub
parent 202aed101b
commit bfa0419f79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,9 +11,9 @@ name: CI
on: on:
push: push:
branches: [ main, master ] branches: [ master ]
pull_request: pull_request:
branches: [ main, master ] branches: [ master ]
jobs: jobs:
test: test:
@ -167,4 +167,4 @@ jobs:
echo "✅ File structure validated" echo "✅ File structure validated"
echo "✅ Shell scripts linted" echo "✅ Shell scripts linted"
echo "" echo ""
echo "🎉 rsync-deployments action is ready for use!" echo "🎉 rsync-deployments action is ready for use!"