From c13e84209993e97e361a9c41ec225321ccc12c05 Mon Sep 17 00:00:00 2001 From: aspeddro Date: Mon, 3 Mar 2025 20:33:30 -0300 Subject: [PATCH 1/2] ci: fix branch name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52716b0..293e1d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: push: - branches: [master] + branches: [main] paths: - grammar.js - src/** From 5f1667e39326eac813493d13908989b16a81615a Mon Sep 17 00:00:00 2001 From: aspeddro Date: Mon, 3 Mar 2025 20:35:35 -0300 Subject: [PATCH 2/2] ci: add .github/worflows folder --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 293e1d9..7e3ff74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: - test/** - bindings/** - binding.gyp + - .github/workflows/** pull_request: paths: - grammar.js @@ -15,6 +16,7 @@ on: - test/** - bindings/** - binding.gyp + - .github/workflows/** concurrency: group: ${{github.workflow}}-${{github.ref}}