Skip to content

Commit

Permalink
Update rebaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored Aug 3, 2024
1 parent 279a801 commit 50becc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rebaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
push:
branches:
- tf/actions/autorebase
workflow_dispatch:

jobs:
update-branches:
runs-on: ubuntu-latest
strategy:
matrix:
branch: [tf/SHT4x, tf/s35770]

branch: [main, tf/SHT4x, tf/s35770]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -34,5 +34,5 @@ jobs:
- name: Checkout and rebase branch
run: |
git checkout ${{ matrix.branch }}
git rebase upstream/master
git rebase upstream/main
git push origin ${{ matrix.branch }} --force

0 comments on commit 50becc8

Please sign in to comment.