Skip to content

Commit 57fe7cf

Browse files
committed
update branch references in deployment and verification configurations for 2026.x
1 parent 531cb2e commit 57fe7cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-on-pr-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: deploy-on-pr-merge
33
on:
44
pull_request_target: # pr-labelled deployment
55
branches:
6-
- main
6+
- "2026.x"
77
types:
88
- closed
99

.github/workflows/verify-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: verify-push
33
on:
44
push:
55
branches-ignore:
6-
- 'main' # no need to run after merging to main
6+
- '2026.x' # no need to run after merging to main
77
tags-ignore:
88
- '*' # do not run on pushing tags (see deploy-on-release-created)
99
pull_request:

matsim/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
org.matsim
44
and ch.sbb.matsim java packages
5-
Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 by
5+
Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026 by
66
The MATSim Contributors
77

88

0 commit comments

Comments
 (0)