Cut filter by branch

GHA will build the image using the branch name as tag. So we can safely
remove this filter.
This commit is contained in:
Laurent Indermuehle 2023-01-25 10:13:39 +01:00
commit e2adefc9cb
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
14 changed files with 0 additions and 28 deletions

View file

@ -3,8 +3,6 @@ name: Docker Image CI mariadb103-py38-pymysql093
on:
push:
branch:
- main
paths:
- 'test-containers/mariadb103-py38-pymysql093/**'
- '.github/workflows/docker-image-mariadb103-py38-pymysql093.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI mariadb103-py39-mysqlclient203
on:
push:
branch:
- main
paths:
- 'test-containers/mariadb103-py39-mysqlclient203/**'
- '.github/workflows/docker-image-mariadb103-py39-mysqlclient203.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI mariadb103-py39-pymysql093
on:
push:
branch:
- main
paths:
- 'test-containers/mariadb103-py39-pymysql093/**'
- '.github/workflows/docker-image-mariadb103-py39-pymysql093.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI mariadb106-py310-mysqlclient211
on:
push:
branch:
- main
paths:
- 'test-containers/mariadb106-py310-mysqlclient211/**'
- '.github/workflows/docker-image-mariadb106-py310-mysqlclient211.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI mariadb106-py310-pymysql102
on:
push:
branch:
- main
paths:
- 'test-containers/mariadb106-py310-pymysql102/**'
- '.github/workflows/docker-image-mariadb106-py310-pymysql102.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI my57-py38-mysqlclient201
on:
push:
branch:
- main
paths:
- 'test-containers/my57-py38-mysqlclient201/**'
- '.github/workflows/docker-image-my57-py38-mysqlclient201.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI my57-py38-pymysql0711
on:
push:
branch:
- main
paths:
- 'test-containers/my57-py38-pymysql0711/**'
- '.github/workflows/docker-image-my57-py38-pymysql0711.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI my57-py38-pymysql093
on:
push:
branch:
- main
paths:
- 'test-containers/my57-py38-pymysql093/**'
- '.github/workflows/docker-image-my57-py38-pymysql093.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI my80-py310-mysqlclient211
on:
push:
branch:
- main
paths:
- 'test-containers/my80-py310-mysqlclient211/**'
- '.github/workflows/docker-image-my80-py310-mysqlclient211.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI my80-py310-pymysql102
on:
push:
branch:
- main
paths:
- 'test-containers/my80-py310-pymysql102/**'
- '.github/workflows/docker-image-my80-py310-pymysql102.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI my80-py38-mysqlclient201
on:
push:
branch:
- main
paths:
- 'test-containers/my80-py38-mysqlclient201/**'
- '.github/workflows/docker-image-my80-py38-mysqlclient201.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI my80-py38-pymysql093
on:
push:
branch:
- main
paths:
- 'test-containers/my80-py38-pymysql093/**'
- '.github/workflows/docker-image-my80-py38-pymysql093.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI my80-py39-mysqlclient203
on:
push:
branch:
- main
paths:
- 'test-containers/my80-py39-mysqlclient203/**'
- '.github/workflows/docker-image-my80-py39-mysqlclient203.yml'

View file

@ -3,8 +3,6 @@ name: Docker Image CI my80-py39-pymysql093
on:
push:
branch:
- main
paths:
- 'test-containers/my80-py39-pymysql093/*'
- '.github/workflows/docker-image-my80-py39-pymysql093.yml'