This commit is contained in:
Thijs Kamphuis 2025-01-28 01:26:44 +01:00
parent 1c923552c8
commit a83d18566f

View File

@ -2,8 +2,9 @@ version: '2'
# Define the workflow trigger: when code is pushed to the main branch # Define the workflow trigger: when code is pushed to the main branch
trigger: trigger:
- push - push:
- pull_request branches:
- main
# Jobs to be run # Jobs to be run
jobs: jobs: