Skip to content

Commit

Permalink
workflows: don't build for changelog/docs only PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Oct 18, 2023
1 parent 4b202f5 commit 632598a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build

on: push
on:
push:
paths-ignore:
- 'website/**'
- 'CHANGELOG.md'

permissions:
# Permission for checking out code
Expand Down

0 comments on commit 632598a

Please sign in to comment.