xref: /plugin/bpmnio/.github/workflows/dokuwiki.yml (revision 9ff8d41c7727ff9fa896ee8f49e170f6b8272716)
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:
9  contents: write
10
11jobs:
12  all:
13    uses: dokuwiki/github-action/.github/workflows/all.yml@main
14