Change events

This commit is contained in:
2025-08-19 17:15:14 +02:00
parent ed48f94bfc
commit ee2a53a447

View File

@@ -1,13 +1,15 @@
name: Go-Tests name: Go-Tests
on: on:
workflow_dispatch:
pull_request: pull_request:
types: types:
- opened - opened
- edited - edited
push: push:
branches: branches:
- "**" - "master"
- "main"
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}