ci: Prevent Upload Reports job from running on release branches

This won't work, since the workflows on the backbranches are structured differently
and thus the job can't find the loadtest.md file anywhere.
This commit is contained in:
Wolfgang Walther
2024-02-24 23:33:25 +01:00
parent 873ac6221e
commit e5aee49891
+2
View File
@@ -5,6 +5,8 @@ on:
workflows:
- CI
- Test
branches-ignore:
- v[0-9]+
types:
- completed