ci: fix workflow yaml (valid triggers)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user