diff --git a/.github/workflows/action_utest.yml b/.github/workflows/action_utest.yml index 43abe6539c92a8ba1f90906ceda6ef07ec326bc3..b8fea056e1b71dfc2a6030dbdde2f0230f3e26b2 100644 --- a/.github/workflows/action_utest.yml +++ b/.github/workflows/action_utest.yml @@ -1,5 +1,8 @@ name: AutoTestCI -on: push + +# Controls when the action will run. Triggers the workflow on push or pull request +on: [push, pull_request] + jobs: test: runs-on: ubuntu-latest