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