Skip to content

Commit

Permalink
Don't trigger full builds for docs-only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Oct 20, 2023
1 parent 4bf2c38 commit e610be2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Continuous Integration
on: [push, pull_request]
on:
push:
paths-ignore:
- 'docs/**'
- '.github/workflows/pages.yml'
pull_request:
paths-ignore:
- 'docs/**'
- '.github/workflows/pages.yml'
jobs:
build:
name: Build (${{matrix.config}})
Expand Down

0 comments on commit e610be2

Please sign in to comment.