Skip to content

Commit

Permalink
fix github workflow target branch, should be rolling. (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Dec 21, 2024
1 parent 8cda5e1 commit 5c95ccc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: humble

on:
push:
branches: [ "master" ]
branches: [ "rolling" ]
pull_request:
branches: [ "master" ]
branches: [ "rolling" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: jazzy

on:
push:
branches: [ "master" ]
branches: [ "rolling" ]
pull_request:
branches: [ "master" ]
branches: [ "rolling" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: rolling

on:
push:
branches: [ "master" ]
branches: [ "rolling" ]
pull_request:
branches: [ "master" ]
branches: [ "rolling" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 5c95ccc

Please sign in to comment.