diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index aefe72a..f9ae757 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -2,19 +2,12 @@ name: Build on: push: - paths: - - '.github/workflows/ci-build.yml' - - 'src/**.cc' - - 'src/**.h' - - '**/CMakeLists.txt' - - '**/*.cmake' + branches: + - master pull_request: - paths: - - '.github/workflows/ci-build.yml' - - 'src/**.cc' - - 'src/**.h' - - '**/CMakeLists.txt' - - '**/*.cmake' + types: + - opened + - synchronize defaults: run: