Run CI when pushing to devops/** branches
All checks were successful
Central(Architecture) Docs Build / Build Documentation (push) Successful in 18s

This commit is contained in:
Elyan 2024-11-02 10:40:34 +01:00
parent 955251bea6
commit dd7406b0ae

View File

@ -3,9 +3,13 @@ name: Central(Architecture) Docs Build
on:
push:
branches: [master]
branches:
- master
- 'devops/**'
pull_request:
branches: [master]
branches:
- master
- 'devops/**'
types: [opened, synchronize]
env: