Trigger CI on PR sync and reopen

This commit is contained in:
Simon Alibert 2024-03-06 11:35:19 +01:00
parent 49c0955f97
commit 52bdfc659e
1 changed files with 1 additions and 0 deletions
.github/workflows

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- main - main
types: [opened, synchronize, reopened]
push: push:
branches: branches:
- main - main