Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madelen-at-work authored Sep 9, 2024
1 parent d186560 commit ab6de69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ on:
# do not match date starting w/ 0, e.g. 1.0.2-01232023
- "![1-9]+.[0-9]+.[0-9]+-[0]*"
pull_request:
paths-ignore:
# do not run if only markdown or other administrative files have been updated
- "*.md"
- "CODEOWNERS"
- "LICENSE"
branches:
- "main"

Expand Down

0 comments on commit ab6de69

Please sign in to comment.