mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
Update trigger
This commit is contained in:
parent
dbaf5f2e05
commit
0a4555f24c
1 changed files with 4 additions and 3 deletions
7
.github/workflows/documentation-build.yml
vendored
7
.github/workflows/documentation-build.yml
vendored
|
|
@ -1,9 +1,10 @@
|
||||||
name: Generate Docs
|
name: Generate Docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
tags:
|
types:
|
||||||
- '*' # Only re-generate docs when a new tagged version is pushed
|
- prereleased # publishing of pre-releases
|
||||||
|
- released # publishing of stable releases
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'doc/doxygen/**'
|
- 'doc/doxygen/**'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue