Skip to content

Commit

Permalink
exclude documentation modifications from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahmoudian committed Jun 28, 2024
1 parent c1dac52 commit 429a830
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/Linux-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ on:
push:
branches:
- master
- fix*
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'

pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'

env:
PRODUCT: flameshot
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/MacOS-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ on:
push:
branches:
- master
- feature/RND-680-macos-.dmg-package-build
- fix*
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'

pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'

env:
PRODUCT: flameshot
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/Windows-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ on:
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'

pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'

workflow_dispatch:


Expand Down

0 comments on commit 429a830

Please sign in to comment.