Skip to content

Update to Atoti Python API 0.8.9 (#264) #23

Update to Atoti Python API 0.8.9 (#264)

Update to Atoti Python API 0.8.9 (#264) #23

Workflow file for this run

name: Sync branches
on:
push:
branches:
- main
jobs:
sync:
name: Sync branches
runs-on: ubuntu-latest
if: >
!github.event.deleted
steps:
- uses: tibdex/sync-branches@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}