Skip to content

Commit

Permalink
wf: build ignore changes on other wf + fix name of the release wf (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Jun 28, 2020
1 parent e53048e commit 7dfa199
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ on:
push:
branches:
- master
paths-ignore:
- '.github/workflows/gh-pages-publishing'
- '.github/workflows/gh-pages-status'
- '.github/workflows/release-management'
- 'docs/**'
- '*.md'
- LICENSE
pull_request:
branches:
- master
paths-ignore:
- '.github/workflows/gh-pages-publishing'
- '.github/workflows/gh-pages-status'
- '.github/workflows/release-management'
- 'docs/**'
- '*.md'
- LICENSE
Expand Down
File renamed without changes.

0 comments on commit 7dfa199

Please sign in to comment.