Skip to content

Commit

Permalink
github: fix target branch name (#724)
Browse files Browse the repository at this point in the history
At first, assumed 3 branchs master, v5, lts-v5, but it might be enough
for master (v5.x) and lts-v5 for a while.

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored Nov 8, 2024
1 parent e7a3963 commit 54d9451
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- fluent-package-lts-v5
- fluent-package-v5
pull_request:
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- fluent-package-lts-v5
- fluent-package-v5
pull_request:
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- fluent-package-lts-v5
- fluent-package-v5
pull_request:
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- master
- fluent-package-lts-v5
- fluent-package-v5
pull_request:
jobs:
build:
Expand Down

0 comments on commit 54d9451

Please sign in to comment.