Skip to content

Commit af3f1c6

Browse files
author
Tomás Ciccola
committed
added push run on build-and-deploy
1 parent 1152694 commit af3f1c6

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Sync, Build and Deploy
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- feat/buildFlow
8+
9+
jobs:
10+
trigger-docs:
11+
uses: ./.github/workflows/sync-docs.yml
12+
13+
trigger-deploy:
14+
uses: ./.github/workflows/deploy.yml

.github/workflows/sync-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Sync Notion Docs
33
on:
44
workflow_call:
55
workflow_dispatch:
6-
push:
7-
branches:
8-
- feat/buildFlow
96

107
jobs:
118
pull-docs:

0 commit comments

Comments
 (0)