Skip to content

Commit

Permalink
ci: Exlude some paths from core workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Nov 28, 2022
1 parent f008a68 commit c402be8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: Core
on: push
on:
push:
paths-ignore:
- ".github/ISSUE_TEMPLATE/*"
- ".github/workflows/release.yml"
- "**/*.md"
- ".gitattributes"
- ".gitignore"
- ".npmrc"
- ".nvmrc"
- "LICENSE"

jobs:
lint_test:
Expand Down

0 comments on commit c402be8

Please sign in to comment.