Revert "Only run actions for the master branch"
This reverts commit 7d3cfc0fe5a36539cd3b860469f98240e53c4314.
This commit is contained in:
parent
7d3cfc0fe5
commit
5a2bfc7325
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user