Skip to content

Commit

Permalink
action ignore md and png files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Oct 11, 2023
1 parent b5b8462 commit b4d3cde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: ["main"]
paths-ignore:
- '**/**.md'
- '**/**.png'
pull_request:
branches: ["main"]
paths-ignore:
- '**/**.md'
- '**/**.png'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,4 @@ Configuration of Kubernetes services
- NGINX Management Suite
- nms.calalang.net
- syslog
- transport.calalang.net

0 comments on commit b4d3cde

Please sign in to comment.