Update CI workflow trigger events

This commit is contained in:
Alexander Batalov 2022-07-31 23:05:30 +03:00
parent 0d5aa705f0
commit 4989cf6d5a

View File

@ -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: