mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-10 05:38:10 -05:00
Don't run workflows if only docs were modified (#56)
This commit is contained in:
committed by
GitHub
parent
7b362a7fef
commit
a025acd0a2
12
.github/workflows/build_cli.yml
vendored
12
.github/workflows/build_cli.yml
vendored
@@ -2,13 +2,21 @@ name: Build halocli tool
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'cli/README.md'
|
||||
- 'docs/**'
|
||||
branches:
|
||||
- '*'
|
||||
- master
|
||||
tags:
|
||||
- 'halocli-v*'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'cli/README.md'
|
||||
- 'docs/**'
|
||||
branches:
|
||||
- '*'
|
||||
- master
|
||||
|
||||
jobs:
|
||||
create_release:
|
||||
|
||||
12
.github/workflows/build_lib.yml
vendored
12
.github/workflows/build_lib.yml
vendored
@@ -2,13 +2,21 @@ name: Build libhalo.js
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'cli/README.md'
|
||||
- 'docs/**'
|
||||
branches:
|
||||
- '*'
|
||||
- master
|
||||
tags:
|
||||
- 'libhalo-v*'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'cli/README.md'
|
||||
- 'docs/**'
|
||||
branches:
|
||||
- '*'
|
||||
- master
|
||||
|
||||
jobs:
|
||||
create_release:
|
||||
|
||||
12
.github/workflows/publish_npm.yml
vendored
12
.github/workflows/publish_npm.yml
vendored
@@ -2,13 +2,21 @@ name: Publish libhalo package
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'cli/README.md'
|
||||
- 'docs/**'
|
||||
branches:
|
||||
- '*'
|
||||
- master
|
||||
tags:
|
||||
- 'libhalo-v*'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'cli/README.md'
|
||||
- 'docs/**'
|
||||
branches:
|
||||
- '*'
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user