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