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
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*' # Only re-generate docs when a new tagged version is pushed
|
||||
release:
|
||||
types:
|
||||
- prereleased # publishing of pre-releases
|
||||
- released # publishing of stable releases
|
||||
pull_request:
|
||||
paths:
|
||||
- 'doc/doxygen/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue