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