Skip to content

Commit

Permalink
feat(client): trigger ci only when client folder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
berdal84 committed Apr 4, 2024
1 parent 0976d7a commit 73f7c3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ name: Client CI

on:
push:
branches: [ "main" ]
branches:
main:
paths:
- '.github/workflows/client.yml'
- 'client/**'

pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 73f7c3d

Please sign in to comment.