chore: update

This commit is contained in:
Nuxgrid
2026-07-27 17:41:48 +02:00
parent 6ff6333781
commit 1d5c92c5a4
2 changed files with 3 additions and 14 deletions
+1 -7
View File
@@ -8,11 +8,9 @@ on:
branches: [main]
paths:
- "web/**"
- ".gitea/workflows/ci-web.yml"
pull_request:
paths:
- "web/**"
- ".gitea/workflows/ci-web.yml"
workflow_dispatch: {}
jobs:
@@ -40,15 +38,11 @@ jobs:
- name: Test
run: npm test
continue-on-error: true
- name: Build
run: npm run build
publish:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4