Repair docker_image_ci.yml

This commit is contained in:
hodanov 2023-10-20 10:08:23 +09:00
parent b324fdfd96
commit 6e20c41b1b
2 changed files with 1 additions and 5 deletions

View File

@ -5,10 +5,6 @@ on:
branches: branches:
- 'main' - 'main'
- 'feature/*' - 'feature/*'
pull_request:
branches:
- 'main'
- 'feature/*'
jobs: jobs:
build: build:

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.9", "3.10", "3.11"] python-version: ['3.9', '3.10', '3.11']
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}