diff --git a/.github/workflows/docker-teamcityagent-image.yml b/.github/workflows/docker-teamcityagent-image.yml index 5e6bb23..26509a8 100644 --- a/.github/workflows/docker-teamcityagent-image.yml +++ b/.github/workflows/docker-teamcityagent-image.yml @@ -2,10 +2,10 @@ name: Build teamcity-agent image on: push: - branches: ["main", "dev*"] + branches: ["release/*", "dev*"] tags: ["*.*.*", "*.*", "!minver-*.*.*", "!minver-*.*"] pull_request: - branches: [main] + branches: ["release/*"] jobs: docker: