mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 16:55:08 +00:00
feat: add workflow dispatch
This commit is contained in:
parent
5275cb8695
commit
468ca9ddeb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -15,7 +15,7 @@ on:
|
||||||
- "images/**"
|
- "images/**"
|
||||||
- ".github/workflows/docker-build.yml"
|
- ".github/workflows/docker-build.yml"
|
||||||
- "apps.json"
|
- "apps.json"
|
||||||
|
workflow_dispatch: {}
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
if: ${{ github.repository == 'digikwal/frappe_docker' }}
|
if: ${{ github.repository == 'digikwal/frappe_docker' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue