Skip to content

Commit

Permalink
ci - Win matrix jobs will also run on:push for main
Browse files Browse the repository at this point in the history
The idea is to generate a conan cache on main that could be reused in
future PRs to main.
  • Loading branch information
piponazo committed May 17, 2021
1 parent 9241f60 commit 44256e8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/on_PR_windows_matrix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Win Matrix on PRs

on: [pull_request]
on:
pull_request:
push:
branches:
- main
tags:
- '!*'

jobs:
windows:
Expand Down

0 comments on commit 44256e8

Please sign in to comment.