From e6f56d6c62a324fcc77d088ca40b8dad5de8f9e5 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:10:42 +0200 Subject: [PATCH] updates --- .github/workflows/main.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e58ff3..950009b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |