xref: /plugin/captcha/.github/workflows/dokuwiki.yml (revision 09b1e97e3cb9f2c4be8ca729baa9d49a3ba58ba1)
1*09b1e97eSAndreas Gohrname: DokuWiki Default Tasks
2*09b1e97eSAndreas Gohron:
3*09b1e97eSAndreas Gohr  push:
4*09b1e97eSAndreas Gohr  pull_request:
5*09b1e97eSAndreas Gohr  schedule:
6*09b1e97eSAndreas Gohr    - cron: '22 21 12 * *'
7*09b1e97eSAndreas Gohr
8*09b1e97eSAndreas Gohr
9*09b1e97eSAndreas Gohrjobs:
10*09b1e97eSAndreas Gohr  all:
11*09b1e97eSAndreas Gohr    uses: dokuwiki/github-action/.github/workflows/all.yml@main
12