Skip to content

Commit

Permalink
ci: add .github path to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCMcCoy committed Feb 10, 2024
1 parent fe003b7 commit d42b2bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/BackendCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
paths:
- 'backend/**'
- '.github/**'
branches: ['main']
pull_request:
paths:
- 'backend/**'
- '.github/**'
branches: ['main']

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/FrontendCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
paths:
- 'client/**'
- '.github/**'
branches: ['main']
pull_request:
paths:
- 'client/**'
- '.github/**'
branches: ['main']

jobs:
Expand Down

0 comments on commit d42b2bb

Please sign in to comment.