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:
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!"
echo "🎉 rsync-deployments action is ready for use!"