Do not run CI workflows on review_requested

This commit is contained in:
Felipe Knorr Kuhn 2026-03-24 21:26:38 -07:00
parent d81f281d0f
commit 6c3ef332f4
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: Backend Integration Tests with MariaDB
on:
pull_request:
types: [opened, review_requested, synchronize]
types: [opened, synchronize]
push:
branches:
- master

View file

@ -2,7 +2,7 @@ name: CI Pipeline for the Backend and Frontend
on:
pull_request:
types: [opened, review_requested, synchronize]
types: [opened, synchronize]
push:
branches:
- master