diff --git a/.gitea/workflows/test-action.yaml b/.gitea/workflows/test-action.yaml index aa45089..da81093 100644 --- a/.gitea/workflows/test-action.yaml +++ b/.gitea/workflows/test-action.yaml @@ -1,5 +1,7 @@ name: "Test Go Action" on: + issues: + types: [opened, edited, milestoned] label: types: [created]