Skip to content

Merge branch 'main' into version #194

Merge branch 'main' into version

Merge branch 'main' into version #194

name: Build Docker - Feature Branch Push
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Dispatch Workflow
uses: timescale/workflow-dispatch-action@main
with:
github-token: ${{ secrets.ORG_AUTOMATION_TOKEN }}
owner: timescale
repo: tiger-agents-deploy
workflow_id: build.yaml
ref: 'main'
inputs: '{"repository": "pg-aiguide", "sha": "${{ github.sha }}"}'