Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/frontend/development…
Browse files Browse the repository at this point in the history
…-dependencies-77d3ff142e
  • Loading branch information
austenstone authored Nov 19, 2024
2 parents 31c2dba + 4005fcb commit b7e0481
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@ name: Backend

on:
push:
paths:
- '.github/workflows/backend.yml'
- 'backend/**/*'
branches:
- main
pull_request:
paths:
- '.github/workflows/backend.yml'
- 'backend/**/*'
branches:
- main

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@ name: Frontend

on:
push:
paths:
- 'frontend/**/*'
- '.github/workflows/frontend.yml'
branches:
- main
pull_request:
paths:
- 'frontend/**/*'
- '.github/workflows/frontend.yml'
branches:
- main

Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@ name: Lint

on:
push:
paths:
- 'frontend/**/*'
- 'backend/**/*'
- '.github/workflows/lint.yml'
branches:
- main
pull_request:
paths:
- 'frontend/**/*'
- 'backend/**/*'
- '.github/workflows/lint.yml'
branches:
- main

Expand Down

0 comments on commit b7e0481

Please sign in to comment.