Skip to content

Commit d79682a

Browse files
committed
chore(tests): add test run for maint-*
1 parent ea31ab2 commit d79682a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of Invenio.
44
# Copyright (C) 2016-2024 CERN.
5-
# Copyright (C) 2022-2024 Graz University of Technology.
5+
# Copyright (C) 2022-2026 Graz University of Technology.
66
# Copyright (C) 2024 KTH Royal Institute of Technology.
77
#
88
# Invenio is free software; you can redistribute it and/or modify
@@ -15,9 +15,11 @@ on:
1515
branches:
1616
- master
1717
- "feature/*"
18+
- "maint-**"
1819
pull_request:
1920
branches:
2021
- master
22+
- "maint-**"
2123
- "feature/*"
2224
schedule:
2325
# * is a special character in YAML so you have to quote this string

0 commit comments

Comments
 (0)