diff --git a/.github/workflows/deployment-ci.yml b/.github/workflows/deployment-ci.yml index 44567004d1d..974568d2571 100644 --- a/.github/workflows/deployment-ci.yml +++ b/.github/workflows/deployment-ci.yml @@ -6,6 +6,8 @@ on: push: tags-ignore: - '**' # We don't want this to run on tags pushes + branches: + - '**' pull_request: release: types: [published]