Skip to content

Commit

Permalink
Github Action ignore doc paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiephan committed Jun 30, 2021
1 parent e3ff70f commit b6c2303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'README.md'
jobs:
Release:
name: Creating a Release on Github
Expand Down

0 comments on commit b6c2303

Please sign in to comment.