mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Update config zip for main branch, and add manual toggle button
This commit is contained in:
parent
297cc1aef5
commit
08bfbf4cae
1 changed files with 3 additions and 1 deletions
4
.github/workflows/create-config-zip.yml
vendored
4
.github/workflows/create-config-zip.yml
vendored
|
@ -1,8 +1,10 @@
|
|||
name: Create Config ZIP
|
||||
name: Create ZIP
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- 'config/_default/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
zip:
|
||||
|
|
Loading…
Reference in a new issue