Skip to content

Commit

Permalink
Merge pull request #122 from bam241/path_exlude
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke authored Aug 27, 2021
2 parents 049a678 + bfb54d9 commit ad8cd3a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/unix_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@ on:
pull_request:
branches:
- develop
- master
paths-ignore:
- '.github/workflows/windows.yml'
- '.github/workflows/unix_mac.yml'
- '*.md'
- 'LICENSE'

push:
branches:
- develop
- master
paths-ignore:
- '.github/workflows/windows.yml'
- '.github/workflows/unix_mac.yml'
- '*.md'
- 'LICENSE'

release:
types: # This configuration does not affect the page_build event above
- created
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/unix_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,22 @@ on:
branches:
- develop
- master
paths-ignore:
- '.github/workflows/windows.yml'
- '.github/workflows/unix_linux.yml'
- '*.md'
- 'LICENSE'

push:
branches:
- develop
- master
paths-ignore:
- '.github/workflows/windows.yml'
- '.github/workflows/unix_linux.yml'
- '*.md'
- 'LICENSE'

release:
types: # This configuration does not affect the page_build event above
- created
Expand Down

0 comments on commit ad8cd3a

Please sign in to comment.