Only run actions for the master branch

This commit is contained in:
David Hrdlička
2022-02-18 22:03:17 +01:00
parent 4d6821f458
commit 7d3cfc0fe5

View File

@@ -3,6 +3,9 @@ name: CMake
on:
push:
branches:
- master
paths:
- src/**
- "**/CMakeLists.txt"
@@ -12,6 +15,9 @@ on:
- "!**/Makefile*"
pull_request:
branches:
- master
paths:
- src/**
- "**/CMakeLists.txt"