diff --git a/.github/workflows/test_action.yaml b/.github/workflows/test_action.yaml index ef649c4..2166d4a 100644 --- a/.github/workflows/test_action.yaml +++ b/.github/workflows/test_action.yaml @@ -2,6 +2,7 @@ name: Test Action on: pull_request: branches: [ "main" ] + types: [ opened, labeled ] jobs: get-num-square: