Skip to content

Commit

Permalink
rm DS store
Browse files Browse the repository at this point in the history
  • Loading branch information
vrsandeep committed Dec 13, 2024
1 parent 92bed8d commit 635c123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: ['opened', 'reopened', 'synchronize', 'ready_for_review']

jobs:
build-and-test:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
container:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ public/webfonts
.idea/
.tool-versions
data/
**/.DS_STORE

0 comments on commit 635c123

Please sign in to comment.