Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpopat committed Jul 20, 2024
2 parents 9d47ead + 89c8dd9 commit 4454b29
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/trigger-flowpipe-io.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Trigger the preview build in flowpipe.io

on:
workflow_dispatch:

push:
branches-ignore:
- "main"

jobs:
update:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.G_PERSONAL_ACCESS_TOKEN }}
repository: turbotio/flowpipe.io
event-type: build-preview
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "ref_name": "${{ github.ref_name }}"}'

0 comments on commit 4454b29

Please sign in to comment.