diff --git a/.github/workflows/test_env.yml b/.github/workflows/test_env.yml index 2ca0eebb..111f87ff 100644 --- a/.github/workflows/test_env.yml +++ b/.github/workflows/test_env.yml @@ -1,8 +1,10 @@ name: Unit tests on many environments on: - push: - branches: - - dummy_dev + - push: + branches: + - dummy_dev + - workflow_dispatch + jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest