ci: fix workflow yaml (valid triggers)

This commit is contained in:
2026-01-23 17:01:27 +01:00
parent 78f2703aa5
commit 7efd2e10c2

View File

@@ -1,11 +1,10 @@
name: CI
on:
# IMPORTANT: pas de filtre branches ici => déclenchement garanti sur tout push
push:
push: {}
pull_request:
branches: ["master"]
workflow_dispatch:
workflow_dispatch: {}
env:
NODE_OPTIONS: --dns-result-order=ipv4first
@@ -102,4 +101,3 @@ NODE
run: |
set -euo pipefail
node scripts/verify-anchor-aliases-in-dist.mjs