Skip to content

Commit

Permalink
adjust trigger for preview to 'doc' updates only
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdittmar authored Nov 25, 2020
1 parent b309e2e commit 1dd7953
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ defaults:
env:
doc_name: Transforms

on:
on: # trigger on commit of files in the doc subdirectory
push:
branches:
- master
- master
paths:
- 'doc/**'

jobs:
build:
Expand Down

0 comments on commit 1dd7953

Please sign in to comment.