Skip to content

Commit

Permalink
Test on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-morozov committed Sep 9, 2024
1 parent e1cab5c commit 4d7f8eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ on:
push:
branches:
- main
- fix_sync
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
env:
GH_TOKEN: ${{ secrets.GH_PAT }}
if: github.repository == 'SolaceLabs/solace-ai-connector'
steps:
- run: gh repo sync SolaceDev/solace-ai-connector --source SolaceLabs/solace-ai-connector --branch ${{github.ref_name}}
env:
GH_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 4d7f8eb

Please sign in to comment.