Skip to content

Commit

Permalink
Merge pull request #26 from gitcommitshow/gitcommitshow-patch-5
Browse files Browse the repository at this point in the history
test: skip ci on markdown file changes
  • Loading branch information
gitcommitshow authored Mar 27, 2024
2 parents 1f49a5a + 6f6ac8d commit 44d5afc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ name: npm test

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths-ignore:
- "ENV_SAMPLE"
- "LICENSE"
- "**/*.md"
- ".vscode/**"
- ".gitignore"
- ".dockerignore"
- ".npmignore"
- "assets/**"

env:
APERTURE_SERVICE_ADDRESS: ${{ secrets.APERTURE_SERVICE_ADDRESS }}
Expand All @@ -21,7 +28,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 44d5afc

Please sign in to comment.