diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ce29c60..1a9320c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 - \ No newline at end of file