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

@ -5,12 +5,14 @@ on:
push:
paths:
- src/**
- .github/workflows/**
- .github/workflows/c-cpp.yml
- "!**/CMakeLists.txt"
pull_request:
paths:
- src/**
- .github/workflows/**
- .github/workflows/c-cpp.yml
- "!**/CMakeLists.txt"
jobs:
build:

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: