actions: workflows update

workflows worden op PR uitgevoerd voor elke nodige mogelijke update van een PR
This commit is contained in:
Timo De Meyst 2025-03-18 10:28:13 +01:00
parent 0cb1436772
commit 27d5c5cbab
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ on:
pull_request:
branches:
- dev
types: ["synchronize", "ready_for_review", "opened", "reopened"]
# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token

View file

@ -8,6 +8,7 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
types: ["synchronize", "ready_for_review", "opened", "reopened"]
jobs:
test: