Skip to content

Commit

Permalink
add paths-ignore to ci/cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
szilvia-csernus committed Apr 19, 2024
1 parent 0363e9e commit 89fbb5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: CI/CD Pipeline
on:
push:
branches: [ main ]
paths-ignore:
- README.md
- .gitignore
- TESTING.md
- readme-images/**
- testing-images/**

jobs:
test:
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit 89fbb5f

Please sign in to comment.