ci: fix triggers (push any branch) + manual dispatch; remove stray quote

This commit is contained in:
2026-01-23 15:33:04 +01:00
parent 8c8e13baad
commit 3b30a3894e

View File

@@ -1,10 +1,11 @@
name: CI
on:
# IMPORTANT: pas de filtre branches ici => déclenchement garanti sur tout push
push:
branches: ["**"]
pull_request:
branches: ["master"]
workflow_dispatch:
env:
NODE_OPTIONS: --dns-result-order=ipv4first