Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Do not run build when submitting PR for docs
  • Loading branch information
tertek committed Oct 19, 2023
1 parent 7c72596 commit d7f0fb7
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, pull_request ]
on:
push:
pull_request:
paths-ignore:
- 'docs/**'

jobs:
run:
Expand Down

0 comments on commit d7f0fb7

Please sign in to comment.