Skip to content

Commit 308bd49

Browse files
committed
fix: update branch references from 2425-devel to 2526-devel in workflow files
1 parent 021df8d commit 308bd49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/container-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: Build Docker image
44
on:
55
workflow_dispatch:
66
push:
7-
branches: [ 2425-devel ]
7+
branches: [ 2526-devel ]
88
tags:
99
- 'v*'
1010
pull_request:
11-
branches: [ 2425-devel ]
11+
branches: [ 2526-devel ]
1212

1313
jobs:
1414
build-docker-image:

.github/workflows/devcontainer-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
workflow_dispatch:
44
pull_request:
55
branches:
6-
- 2425-devel
6+
- 2526-devel
77
push:
88
branches:
9-
- 2425-devel
9+
- 2526-devel
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)