Skip to content

Commit d132676

Browse files
authored
Merge pull request #57 from import-ai/refactor/ci
ci: add github workflow
2 parents 89b62f4 + 90ed7e4 commit d132676

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.github/workflows/main-webhook.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Main Branch Webhook
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
webhook:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Call webhook
13+
run: |
14+
curl "${{ secrets.DEV_WEBHOOK_URL }}/pre" \
15+
-H "Authorization: Bearer ${{ secrets.DEV_WEBHOOK_API_KEY }}"

backend

Submodule backend updated 91 files

web

Submodule web updated 60 files

wizard

Submodule wizard updated 37 files

0 commit comments

Comments
 (0)