Skip to content

Commit 1c61fd4

Browse files
committed
wip
1 parent 1f38742 commit 1c61fd4

File tree

6 files changed

+21
-18
lines changed

6 files changed

+21
-18
lines changed

.github/workflows/build-demo-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build Demo App
22
run-name: Build Demo App On Pull Request
33

4-
on:
5-
pull_request:
6-
branches: [main]
4+
#on:
5+
# pull_request:
6+
# branches: [main]
77

88
jobs:
99
build:

.github/workflows/build-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build Documentation
22
run-name: Build Documentation On Pull Request
33

4-
on:
5-
pull_request:
6-
branches: [main]
4+
#on:
5+
# pull_request:
6+
# branches: [main]
77

88
jobs:
99
build:

.github/workflows/build-drive-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build Drive App
22
run-name: Build Drive App On Pull Request
33

4-
on:
5-
pull_request:
6-
branches: [main]
4+
#on:
5+
# pull_request:
6+
# branches: [main]
77

88
jobs:
99
build:

.github/workflows/code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Code Quality
22
run-name: Analyze Code Quality On Pull Request
33

4-
on:
5-
pull_request:
6-
branches: [main]
4+
#on:
5+
# pull_request:
6+
# branches: [main]
77

88
jobs:
99
checks:

.github/workflows/deploy-demo-app.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Deploy Demo App
22
run-name: Deploy Demo App To Staging After Merge
33

4+
#on:
5+
# push:
6+
# branches: [ main ]
47
on:
5-
push:
6-
branches: [ main ]
8+
pull_request:
9+
branches: [main]
710

811
jobs:
912
build:
@@ -25,7 +28,7 @@ jobs:
2528
uses: actions/[email protected]
2629
with:
2730
name: build-demo-app-staging
28-
path: build
31+
path: apps/demo-app/build
2932
if-no-files-found: error
3033

3134
deploy:

.github/workflows/deploy-documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Deploy Documentation
22
run-name: Deploy Documentation To GitHub Pages After Merge
33

4-
on:
5-
push:
6-
branches: [main]
4+
#on:
5+
# push:
6+
# branches: [main]
77

88
jobs:
99
build-deploy:

0 commit comments

Comments
 (0)