mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Made action only to run on main
or version branch
This commit is contained in:
parent
6ee42c4c4f
commit
047ecea79b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/doc.yml
vendored
3
.github/workflows/doc.yml
vendored
|
@ -2,6 +2,9 @@ name: Generate Documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- '*.*.*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Add table
Reference in a new issue