There was an error while loading. Please reload this page.
1 parent ea31ab2 commit d79682aCopy full SHA for d79682a
1 file changed
.github/workflows/tests.yml
@@ -2,7 +2,7 @@
2
#
3
# This file is part of Invenio.
4
# Copyright (C) 2016-2024 CERN.
5
-# Copyright (C) 2022-2024 Graz University of Technology.
+# Copyright (C) 2022-2026 Graz University of Technology.
6
# Copyright (C) 2024 KTH Royal Institute of Technology.
7
8
# Invenio is free software; you can redistribute it and/or modify
@@ -15,9 +15,11 @@ on:
15
branches:
16
- master
17
- "feature/*"
18
+ - "maint-**"
19
pull_request:
20
21
22
23
24
schedule:
25
# * is a special character in YAML so you have to quote this string
0 commit comments