Skip to content

Commit 82aa0e5

Browse files
authored
Merge pull request #164 from dwightjack/ci-actions-refactor
CI: workflow improvements
2 parents 493128a + d9f1337 commit 82aa0e5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: .github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Build
2-
on: [push]
2+
on:
3+
push:
4+
paths-ignore:
5+
- 'docs/**'
6+
- 'README.md'
7+
38
jobs:
49
build:
510
runs-on: ubuntu-latest

Diff for: .github/workflows/gh-pages.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- main
6+
paths:
7+
- 'docs/**'
8+
69
jobs:
710
build:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)