Skip to content

Commit

Permalink
Workflow runs when pull_request event's activity type is opened, sync…
Browse files Browse the repository at this point in the history
…hronize, or reopened
  • Loading branch information
thomass-dev committed Sep 26, 2024
1 parent 8f6bc55 commit de20b86
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 de20b86

Please sign in to comment.