server: ci: remove tmp push branch

This commit is contained in:
Pierrick HYMBERT 2024-03-10 02:08:23 +01:00
parent 89c4bd5e97
commit 1f7f2809b5

View file

@ -11,7 +11,6 @@ on:
push: push:
branches: branches:
- master - master
- hp/server/ci/windows/init
paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/tests/**.*'] paths: ['.github/workflows/server.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/tests/**.*']
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]