Skip to content

Commit

Permalink
Backend/frontend workflow runs when pull_request is opened, synchroni…
Browse files Browse the repository at this point in the history
…ze, or reopened (#401)
  • Loading branch information
thomass-dev authored Sep 26, 2024
1 parent 3749ca7 commit 0cf8b93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Backend

on:
pull_request:
types: [synchronize]
paths:
- 'src/**'
- 'tests/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Frontend

on:
pull_request:
types: [synchronize]
paths:
- 'frontend/**'
- Makefile
Expand Down

0 comments on commit 0cf8b93

Please sign in to comment.