1
2
Fork 0
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:
Aditya Kumar 2024-11-27 17:03:51 +05:30
parent 6ee42c4c4f
commit 047ecea79b
No known key found for this signature in database

View file

@ -2,6 +2,9 @@ name: Generate Documentation
on: on:
push: push:
branches:
- main
- '*.*.*'
workflow_dispatch: workflow_dispatch:
permissions: permissions: