Skip to content

Commit

Permalink
workflows: add paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
waterbeside committed Jan 14, 2023
1 parent 5ec4592 commit 01bb8ff
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@ name: Build

on:
push:
branches: [dev]
branches: [main]
paths-ignore:
- "**.md"
- "**.spec.js"
- ".idea"
- ".vscode"
- ".gitignore"
- ".github/**"
- "!.github/workflows/build.yml"
- "__test__/**"
- "docs/**"


jobs:
build:
Expand Down

0 comments on commit 01bb8ff

Please sign in to comment.