From 3b47f2343d580e8d1ac94d0fa90cc3782d6f79ac Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Fri, 1 Jul 2022 12:48:19 +0200 Subject: [PATCH] on push --- .github/workflows/main.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b2929f..deefc89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,15 +4,16 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -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.