Add filter to prevent rebuild container on push on stable-(1|2) (#522) (#526)

(cherry picked from commit 21e42b5777)

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
This commit is contained in:
patchback[bot] 2023-03-31 17:52:56 +02:00 committed by GitHub
commit 423a2272aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 30 additions and 0 deletions

View file

@ -7,6 +7,8 @@ on:
- 'test-containers/mysql-py38-pymysql093/**'
- '.github/workflows/docker-image-mysql-py38-pymysql093.yml'
- '.github/workflows/build-docker-image.yml'
branches-ignore:
- stable-*
jobs: