Skip to content

Commit e9eab67

Browse files
Add push trigger for main and stage branches
1 parent 7eee739 commit e9eab67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/aisearch.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Process docs for SQLite AI Search
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
- stage
48
workflow_dispatch:
59

610
jobs:

0 commit comments

Comments
 (0)