xref: /plugin/statistics/.github/workflows/dokuwiki.yml (revision 0b8b7abaed7f89fee28f5eb20bfbf6a3d71ec2a0)
1name: DokuWiki Default Tasks
2on:
3  push:
4  pull_request:
5  schedule:
6    - cron: '18 12 9 * *'
7
8
9jobs:
10  all:
11    uses: dokuwiki/github-action/.github/workflows/all.yml@main
12