mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-15 08:52:08 +08:00
Ignore changes in markdown
This commit is contained in:
parent
5fec2df7a3
commit
eba263a8c6
8
.github/workflows/build-cmake.yml
vendored
8
.github/workflows/build-cmake.yml
vendored
@ -1,6 +1,12 @@
|
|||||||
name: "CI: Build Test"
|
name: "CI: Build Test"
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- "**.md"
|
||||||
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- "**.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user