corpus

Log | Files | Refs | README | LICENSE

commit 1c9b1602865c2c33487625342965fafb0c7a71d5
parent 0cccee309076e29470f370e2268750f6c0e092df
Author: mtmn <miro@haravara.org>
Date:   Sat,  2 May 2026 03:26:00 +0200

fix(ci): run tests on each commit

Diffstat:
M.github/workflows/test.yml | 10++--------
1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -1,17 +1,11 @@ on: - pull_request: - workflow_call: - inputs: - ref: - type: string - required: false + push + jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - ref: ${{ inputs.ref || github.ref }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '24'