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