Skip to content

Commit

Permalink
fix(actions): fix triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 25, 2023
1 parent e0170fc commit 06d4443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Lint backend
on:
push:
paths:
- '.github/workflows/build.yml'
- '.github/workflows/lint-backend.yml'
- 'package.json'
- 'frontend/**/*'
- 'backend/**/*'
pull_request:
paths:
- '.github/workflows/build.yml'
- '.github/workflows/lint-backend.yml'
- 'package.json'
- 'frontend/**/*'
- 'backend/**/*'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Lint frontend
on:
push:
paths:
- '.github/workflows/build.yml'
- '.github/workflows/lint-frontend.yml'
- 'package.json'
- 'frontend/**/*'
pull_request:
paths:
- '.github/workflows/build.yml'
- '.github/workflows/lint-frontend.yml'
- 'package.json'
- 'frontend/**/*'

Expand Down

0 comments on commit 06d4443

Please sign in to comment.