This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
sftpgo
mirror of
https://github.com/drakkan/sftpgo.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
CI: fix development workflow
Signed-off-by: Nicola Murino <
[email protected]
>
Nicola Murino
3 years ago
parent
92af6efc0c
commit
112306b9a2
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.github/workflows/development.yml
+ 1
- 1
.github/workflows/development.yml
View File
@@ -2,7 +2,7 @@ name: CI
on:
push:
- branches: [
main
]
+ branches: [
2.2.x
]
pull_request:
jobs: