xref: /plugin/bpmnio/.github/workflows/dokuwiki.yml (revision 51dc74aecfb8412ab5d35db6a2eb5ba6487b40e8)
1name: DokuWiki Default Tasks
2on:
3  push:
4  pull_request:
5  schedule:
6    - cron: '0 5 1 * *' # run on the first of every month at 5am UTC
7
8permissions: write-all
9
10jobs:
11  all:
12    uses: dokuwiki/github-action/.github/workflows/all.yml@main
13