Skip to content

Commit

Permalink
Updates frontend CIs to only run on relevant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi committed Aug 8, 2024
1 parent 047aa93 commit 316486d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Build Frontend

on:
pull_request:
paths:
- 'frontend/aashub/**'
push:
branches: [main]
paths:
- 'frontend/aashub/**'

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

on:
pull_request:
paths:
- 'frontend/aashub/**'
push:
branches: [main]
paths:
- 'frontend/aashub/**'

jobs:
lint:
Expand Down

0 comments on commit 316486d

Please sign in to comment.