Skip to content

Commit

Permalink
test: skip ci on markdown file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcommitshow authored Mar 27, 2024
1 parent 1f49a5a commit d9944c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ name: npm test

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths-ignore:
- "**.md"
- "ENV_SAMPLE"
- "LICENSE"

env:
APERTURE_SERVICE_ADDRESS: ${{ secrets.APERTURE_SERVICE_ADDRESS }}
Expand Down

0 comments on commit d9944c6

Please sign in to comment.