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

This commit is contained in:
Laurent Indermühle 2023-03-31 13:48:41 +02:00 committed by GitHub
commit 21e42b5777
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/mariadb-py39-mysqlclient203/**'
- '.github/workflows/docker-image-mariadb-py39-mysqlclient203.yml'
- '.github/workflows/build-docker-image.yml'
branches-ignore:
- stable-*
jobs: