xref: /plugin/dev/.github/workflows/dokuwiki.yml (revision 68dc3e56bc2694b552d4de23c1b9146fee894fa7)
1*68dc3e56SAndreas Gohrname: DokuWiki Default Tasks
2*68dc3e56SAndreas Gohron:
3*68dc3e56SAndreas Gohr  push:
4*68dc3e56SAndreas Gohr  pull_request:
5*68dc3e56SAndreas Gohr  schedule:
6*68dc3e56SAndreas Gohr    - cron: '33 0 15 * *'
7*68dc3e56SAndreas Gohr
8*68dc3e56SAndreas Gohr
9*68dc3e56SAndreas Gohrjobs:
10*68dc3e56SAndreas Gohr  all:
11*68dc3e56SAndreas Gohr    uses: dokuwiki/github-action/.github/workflows/all.yml@main
12