Skip to content

Commit b2435dc

Browse files
Need to update github actions
1 parent 642a451 commit b2435dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Docker Hub Description
33
on:
44
push:
55
branches:
6-
- '6.0.x'
6+
- '6.1.x'
77
paths:
88
- "README.md"
99
- .github/workflows/description.yml

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Test generated image
33
on:
44
push:
55
branches:
6-
- "6.0.x"
6+
- "6.1.x"
77
pull_request:
88
branches:
9-
- "6.0.x"
9+
- "6.1.x"
1010

1111
jobs:
1212

0 commit comments

Comments
 (0)