Revert "GitHub Actions: Only run build when pushing or PR'ing to master branch" [skip ci]

This reverts commit 673ea7efd9.
This commit is contained in:
David Hrdlička
2025-08-29 18:51:14 +02:00
parent 5c6c8e7157
commit 32bacb9ae6
3 changed files with 0 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ name: CMake (Linux)
on:
push:
branches: [ "master" ]
paths:
- src/**
- cmake/**
@@ -15,7 +14,6 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "master" ]
paths:
- src/**
- cmake/**

View File

@@ -3,7 +3,6 @@ name: CMake (macos)
on:
push:
branches: [ "master" ]
paths:
- src/**
- cmake/**
@@ -15,7 +14,6 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "master" ]
paths:
- src/**
- cmake/**

View File

@@ -3,7 +3,6 @@ name: CMake (Windows, msys2)
on:
push:
branches: [ "master" ]
paths:
- src/**
- cmake/**
@@ -15,7 +14,6 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "master" ]
paths:
- src/**
- cmake/**