allow actions on manual dispatch

This commit is contained in:
alu
2026-08-12 18:32:35 +00:00
parent 4ad0fe87c9
commit 271d08f86a
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
name: Static Analysis -- Golang name: Static Analysis -- Golang
run-name: 'Static Analysis -- Golang -- ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}' run-name: 'Static Analysis -- Golang -- ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}'
on: on:
workflow_dispatch:
push: push:
branches: branches:
- '*' - '*'
+1
View File
@@ -1,6 +1,7 @@
name: Code Style -- Web Components name: Code Style -- Web Components
run-name: 'Code Style -- Web Components -- ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}' run-name: 'Code Style -- Web Components -- ${{ gitea.repository }} ${{ gitea.ref_name }} ${{ gitea.sha }}'
on: on:
workflow_dispatch:
push: push:
branches: branches:
- '*' - '*'