Skip to content

Commit

Permalink
Merge pull request #5 from kubescape/ignore-readme-file
Browse files Browse the repository at this point in the history
Do not run pipeline on README changes
  • Loading branch information
David Wertenteil authored Dec 29, 2022
2 parents 4d68b4e + f23dc5d commit 02dcc55
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 72 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
tags:
- "v*"
paths-ignore:
# Do not run the pipeline if only Markdown files changed
- '**.yaml'
- '**.md'

jobs:
deploy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
tags:
- v*
paths-ignore:
# Do not run the pipeline if only Markdown files changed
- '**.yaml'
- '**.md'

jobs:
release:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.vscode-test/
*.vsix
install/
.vscode/
7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

34 changes: 0 additions & 34 deletions .vscode/launch.json

This file was deleted.

11 changes: 0 additions & 11 deletions .vscode/settings.json

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/tasks.json

This file was deleted.

0 comments on commit 02dcc55

Please sign in to comment.