Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
souyahia-monk committed Aug 7, 2024
1 parent 1f38742 commit 1c61fd4
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-demo-app.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build Demo App
run-name: Build Demo App On Pull Request

on:
pull_request:
branches: [main]
#on:
# pull_request:
# branches: [main]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build Documentation
run-name: Build Documentation On Pull Request

on:
pull_request:
branches: [main]
#on:
# pull_request:
# branches: [main]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-drive-app.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build Drive App
run-name: Build Drive App On Pull Request

on:
pull_request:
branches: [main]
#on:
# pull_request:
# branches: [main]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Code Quality
run-name: Analyze Code Quality On Pull Request

on:
pull_request:
branches: [main]
#on:
# pull_request:
# branches: [main]

jobs:
checks:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/deploy-demo-app.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Deploy Demo App
run-name: Deploy Demo App To Staging After Merge

#on:
# push:
# branches: [ main ]
on:
push:
branches: [ main ]
pull_request:
branches: [main]

jobs:
build:
Expand All @@ -25,7 +28,7 @@ jobs:
uses: actions/[email protected]
with:
name: build-demo-app-staging
path: build
path: apps/demo-app/build
if-no-files-found: error

deploy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy Documentation
run-name: Deploy Documentation To GitHub Pages After Merge

on:
push:
branches: [main]
#on:
# push:
# branches: [main]

jobs:
build-deploy:
Expand Down

0 comments on commit 1c61fd4

Please sign in to comment.