Skip to content

Commit

Permalink
only execute build on updates outside /markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mszep authored Aug 29, 2021
1 parent 15d364d commit 9abfead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
# Triggers the workflow on push events but only for the master branch
push:
branches: [ master ]
paths-ignore:
- 'markdown/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 9abfead

Please sign in to comment.