diff --git a/.github/workflows/build_and_push_docker_images.yaml b/.github/workflows/build_and_push_docker_images.yaml index e44456b8b..b58e7e22a 100644 --- a/.github/workflows/build_and_push_docker_images.yaml +++ b/.github/workflows/build_and_push_docker_images.yaml @@ -6,11 +6,11 @@ concurrency: on: push: - branches: - - 'ci/**' - tags: - - v* - - e* + branches: + - 'ci/**' + tags: + - v* + - e* workflow_dispatch: inputs: which_branch: diff --git a/.github/workflows/build_packages.yaml b/.github/workflows/build_packages.yaml index c47e6b91f..bfa4da52f 100644 --- a/.github/workflows/build_packages.yaml +++ b/.github/workflows/build_packages.yaml @@ -6,13 +6,13 @@ concurrency: on: schedule: - - cron: '0 */6 * * *' + - cron: '0 */6 * * *' push: branches: - - 'ci/**' + - 'ci/**' tags: - - v* - - e* + - v* + - e* workflow_dispatch: inputs: which_branch: