ci: fix triggers (push any branch) + manual dispatch; remove stray quote
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
# IMPORTANT: pas de filtre branches ici => déclenchement garanti sur tout push
|
||||||
push:
|
push:
|
||||||
branches: ["**"]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: --dns-result-order=ipv4first
|
NODE_OPTIONS: --dns-result-order=ipv4first
|
||||||
|
|||||||
Reference in New Issue
Block a user