mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-09 23:00:57 +00:00
Skip the build in certain situations
This commit is contained in:
parent
c0e7a43db3
commit
053e105fd2
14
.github/workflows/c-cpp.yml
vendored
14
.github/workflows/c-cpp.yml
vendored
@ -3,8 +3,22 @@ name: C/C++ CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths-ignore:
|
||||||
|
- '*.md'
|
||||||
|
- 'docs/**'
|
||||||
|
- 'isagenerator/**'
|
||||||
|
- 'bddisasm_test/**'
|
||||||
|
- 'bdshemu_test/**'
|
||||||
|
- 'LICENSE'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths-ignore:
|
||||||
|
- '*.md'
|
||||||
|
- 'docs/**'
|
||||||
|
- 'isagenerator/**'
|
||||||
|
- 'bddisasm_test/**'
|
||||||
|
- 'bdshemu_test/**'
|
||||||
|
- 'LICENSE'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Linux-build:
|
Linux-build:
|
||||||
|
Loading…
Reference in New Issue
Block a user