fix: Restricting Apidoc to develop for now

This commit is contained in:
Dennis Ploeger
2021-10-15 22:22:19 +02:00
parent b2603cb660
commit 5fe1562577

View File

@@ -1,7 +1,9 @@
name: "Update API docs"
on:
- push
push:
branches:
- "develop"
concurrency: api-${{ github.ref }}