diff --git a/.github/workflows/container-structure-test.yml b/.github/workflows/container-structure-test.yml index 5c53155e..02bb137b 100644 --- a/.github/workflows/container-structure-test.yml +++ b/.github/workflows/container-structure-test.yml @@ -1,7 +1,7 @@ name: Container Structure Test on: push: - branches: [ main ] + branches: [ main, staging ] pull_request: branches: [ main ]