ci: Checks ook op main

This commit is contained in:
Tibo De Peuter 2025-04-24 20:36:08 +02:00
parent ce06cfc8e2
commit 9d0d43595a
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 6 additions and 8 deletions

View file

@ -4,13 +4,11 @@ on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- dev
branches: [ "dev", "main" ]
# Replace pull_request with pull_request_target if you
# plan to use this action with forks, see the Limitations section
pull_request:
branches:
- dev
branches: [ "dev", "main" ]
types: ["synchronize", "ready_for_review", "opened", "reopened"]