diff --git a/.github/workflows/ga-image-build-branch.yml b/.github/workflows/ga-image-build-branch.yml index d301cd024..fb0244b97 100644 --- a/.github/workflows/ga-image-build-branch.yml +++ b/.github/workflows/ga-image-build-branch.yml @@ -3,6 +3,7 @@ name: 🌳 On Branch - Build and Test Docker Image on: pull_request: branches: ["master"] + types: [ labeled, opened, reopened, synchronize ] jobs: build-image: