You've already forked CS-Box
Update .gitea/publish.yml
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
name: Publish
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- ./export
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: SFTP upload
|
||||
|
||||
Reference in New Issue
Block a user