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
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -11,9 +11,9 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue