diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index 6bab6f08f..5b1ef4f01 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -46,7 +46,8 @@ jobs: if: | contains(steps.changed-files.outputs.modified, 'Dockerfile.base') || contains(steps.changed-files.outputs.modified, 'VERSION') || - contains(steps.changed-files.outputs.modified, '.buildbaselog') + contains(steps.changed-files.outputs.modified, '.buildbaselog') || + github.ref == 'refs/heads/main' run: | set -x echo "BUILD_BASE=true" >> $GITHUB_ENV