Skip to content
This repository was archived by the owner on Nov 14, 2021. It is now read-only.

Commit 037a77a

Browse files
committed
feat: Update workflow trigger
1 parent c909206 commit 037a77a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/notion2github.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Notion2Github
22
on:
3-
schedule:
4-
- cron: '0 14 * * *'
3+
push:
4+
branches:
5+
- 'test/**'
56
jobs:
67
auto-sync-from-notion-to-github:
78
runs-on: ubuntu-latest
@@ -13,7 +14,7 @@ jobs:
1314
uses: ./
1415
with:
1516
database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad'
16-
docs-directory: docs
17+
docs-directory: docs/test
1718
# filter-prop: Category
1819
# filter-value: Test
1920
env:

0 commit comments

Comments
 (0)