mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-08-31 00:10:36 +02:00
Update CI workflow to only include master branch
This commit is contained in:
parent
202aed101b
commit
bfa0419f79
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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!"
|
||||||
|
|
Loading…
Reference in a new issue