fix: duplicate workflow trigger

This commit is contained in:
Ralph Khreish
2025-04-03 15:51:38 +02:00
parent c4cf104a30
commit e350c315e3

View File

@@ -1,6 +1,14 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
permissions:
contents: read