diff --git a/.github/workflows/setup_environment.yml b/.github/workflows/setup_environment.yml index 3efae3e9..5f4b24db 100644 --- a/.github/workflows/setup_environment.yml +++ b/.github/workflows/setup_environment.yml @@ -1,6 +1,6 @@ -name: Setup environment +name: "Setup environment" -on: workflow_call +on: [push, workflow_call] jobs: setup-environment: