Skip to content

Commit

Permalink
chore: change github ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed Sep 1, 2024
1 parent 32a1135 commit 953485e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-app-node-express.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: test-app-node-express

on:
push:
paths:
- "packages/app-node-express/**"
branches:
- "**"
pull_request:
paths:
- "packages/app-node-express/**"
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/test-app-vite-react.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
name: test-app-vite-react

on:
push:
paths:
- "packages/app-vite-react/**"
branches:
- main
pull_request:
paths:
- "packages/app-vite-react/**"
branches:
- main
- "**"
merge_group:
workflow_dispatch:

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test-lib-api-client.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: test-lib-api-client

on:
push:
paths:
- "packages/lib-api-client/**"
branches:
- main
pull_request:
paths:
- "packages/lib-api-client/**"
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test-lib-commons.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: test-lib-commons

on:
push:
paths:
- "packages/lib-commons/**"
branches:
- "**"
pull_request:
paths:
- "packages/lib-commons/**"
Expand Down

0 comments on commit 953485e

Please sign in to comment.