Skip to content

Commit

Permalink
CI: Update nightly-merge workflow for YARP 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jul 29, 2021
1 parent 6e97dd5 commit c56cbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
nightly-merge-yarp-3-4:
nightly-merge-yarp-3-5:
if: github.repository == 'robotology/yarp'
runs-on: ubuntu-20.04
steps:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Nightly Merge
uses: robotology/gh-action-nightly-merge@v1.3.1
with:
stable_branch: 'yarp-3.4'
stable_branch: 'yarp-3.5'
development_branch: 'master'
allow_ff: false
user_name: 'Daniele E. Domenichelli (Nightly Merge Action)'
Expand Down

0 comments on commit c56cbc9

Please sign in to comment.