From 44256e8c5dd3e29cfbe4c083bbe7b4c6212bf28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Sun, 16 May 2021 21:11:04 +0200 Subject: [PATCH] ci - Win matrix jobs will also run on:push for main The idea is to generate a conan cache on main that could be reused in future PRs to main. --- .github/workflows/on_PR_windows_matrix.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on_PR_windows_matrix.yml b/.github/workflows/on_PR_windows_matrix.yml index ff6ede5ecf..189312f369 100644 --- a/.github/workflows/on_PR_windows_matrix.yml +++ b/.github/workflows/on_PR_windows_matrix.yml @@ -1,6 +1,12 @@ name: Win Matrix on PRs -on: [pull_request] +on: + pull_request: + push: + branches: + - main + tags: + - '!*' jobs: windows: