diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index cf2f244..aa05b3f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,9 +1,12 @@ name: Declarative Tests run-name: ${{ gitea.actor }} testing -on: [push, workflow_dispatch] +on: + - push + - workflow_dispatch + - issue_comment jobs: - Explore-Gitea-Actions: + test: runs-on: ubuntu-latest container: image: registry.cv.mazarbul.net/declarative/build-golang:1.21.1-alpine-x86_64