Skip to content

Commit

Permalink
Ignore .md files in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Liminiens authored Jun 10, 2020
1 parent c83c9ab commit 4bca43b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy docker image
on:
push:
branches: [ master ]
paths-ignore:
- "**.md"

jobs:
build:
Expand Down

0 comments on commit 4bca43b

Please sign in to comment.