core(git/action): removing the check on pr

The action have to be on every push so the double is useless
This commit is contained in:
Raphaël 2025-11-23 00:48:18 +01:00
parent 4afc86624d
commit de6c03ac1c

View file

@ -4,9 +4,6 @@ on:
push: push:
branches: branches:
- "**" - "**"
pull_request:
branches:
- "**"
permissions: permissions:
contents: read contents: read