diff --git a/.github/workflows/create-docker-action.yml b/.github/workflows/create-docker-action.yml index 4f884668..ebea974e 100644 --- a/.github/workflows/create-docker-action.yml +++ b/.github/workflows/create-docker-action.yml @@ -2,6 +2,8 @@ name: run_ci on: workflow_dispatch: + push: + branches: ['feature/releases'] # just for testing for a bit. release: types: [published]