Skip to content

Commit

Permalink
run action only when files in /docs folder change
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Nov 19, 2020
1 parent 15168b8 commit 2f2f369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- st4000-exploration
paths:
- "docs/**"
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f2f369

Please sign in to comment.