This commit is contained in:
d34dscene
2025-11-12 23:16:00 +01:00
parent 0bac916b82
commit 5a3e4f22a9
2 changed files with 0 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ on:
push: push:
tags: tags:
- "v*" - "v*"
workflow_dispatch:
permissions: permissions:
contents: write contents: write
@@ -49,7 +48,6 @@ jobs:
- name: Generate & Build - name: Generate & Build
run: | run: |
task gen
task lint task lint
task build:web task build:web

View File

@@ -43,7 +43,6 @@ jobs:
- name: Generate & Build - name: Generate & Build
run: | run: |
task gen
task lint task lint
task build:web task build:web