Revert "Only run actions for the master branch"

This reverts commit 7d3cfc0fe5a36539cd3b860469f98240e53c4314.
This commit is contained in:
David Hrdlička 2022-02-19 00:13:51 +01:00
parent 7d3cfc0fe5
commit 5a2bfc7325

View File

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