Skip to content

Commit 88df154

Browse files
authored
test: run Test workflow on v1.19 branch (#5140)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: When we create the PR for v1.19 branch, now, Test workflow does not work. This patch will fix to work Test workflow. **Docs Changes**: **Release Note**: Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 9099c9f commit 88df154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Test
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [v1.19]
66
paths-ignore:
77
- '*.md'
88
- 'lib/fluent/version.rb'
99
pull_request:
10-
branches: [master]
10+
branches: [v1.19]
1111
paths-ignore:
1212
- '*.md'
1313
- 'lib/fluent/version.rb'

0 commit comments

Comments
 (0)