Skip to content

Commit

Permalink
chore(ci): update CI of web and API
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 9, 2024
1 parent 81ad700 commit bd171da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
on:
push:
paths: ['apps/api/**', '.github/workflows/api.yaml']
tags:
- '*'
pull_request:
paths: ['apps/api/**']
types: [opened]

jobs:
validate:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '*'
pull_request:
paths: ['apps/web/**']
types: [opened]

jobs:
validate:
Expand Down

0 comments on commit bd171da

Please sign in to comment.