Skip to content

Commit

Permalink
Chore: restrict actions to only run when their folder changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sverben committed Jan 22, 2024
1 parent 3c57e07 commit 135fcce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- api/**
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- client/**
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit 135fcce

Please sign in to comment.