diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 4861c696c0..06a9276966 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,6 +1,9 @@ name: Test all targets -on: [push, pull_request] +on: + push: + pull_request: + workflow_dispatch: permissions: contents: write