workflows: slight fix to triggers

This commit is contained in:
David Hrdlička
2021-08-29 05:06:25 +02:00
parent 523fa0cd2d
commit f0fe6646d3
2 changed files with 8 additions and 3 deletions

View File

@@ -6,15 +6,18 @@ on:
paths:
- src/**
- "**/CMakeLists.txt"
- .github/workflows/**
- .github/workflows/cmake.yml
- vcpkg.json
- "!**/Makefile*"
pull_request:
paths:
- src/**
- "**/CMakeLists.txt"
- .github/workflows/**
- .github/workflows/cmake.yml
- vcpkg.json
- "!**/Makefile*"
jobs:
mingw: