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