This commit is contained in:
msramalho
2022-07-01 13:10:42 +02:00
parent 4c46ff44a8
commit e6f56d6c62

View File

@@ -4,16 +4,16 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: [push]
# on:
# pull_request:
# branches:
# - main
# push:
# branches:
# - main
# tags:
# - "v*.*.*"
# on: [push]
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- "v*.*.*"
env:
# Change this to invalidate existing cache.
@@ -28,7 +28,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.10']
python: '3.10'
# python: ['3.7', '3.10']
# task: # --show-capture=no on purpose
# - name: Test
# run: |