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