Skip to content

Commit

Permalink
Skips the build workflow on changes to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-rowe committed Jan 20, 2023
1 parent 724984f commit ee8c6e4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: Build

on:
on:
push:
branches: [ main, development ]
paths-ignore:
- 'README.md'
- 'INSTALL.md'
- 'docs/**'
pull_request:
branches: [ main, development ]
paths-ignore:
- 'README.md'
- 'INSTALL.md'
- 'docs/**'

jobs:
run:
Expand Down

0 comments on commit ee8c6e4

Please sign in to comment.