Skip to content

Commit

Permalink
Merge pull request InfiniTimeOrg#1272 from mashuptwice/workflow-ignor…
Browse files Browse the repository at this point in the history
…e-md

Workflow ignore *.md files
  • Loading branch information
JF002 authored Sep 17, 2022
2 parents b546fac + 4fdb06a commit 30e8353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
branches: [ master, develop ]
paths-ignore:
- 'doc/**'
- '**.md'
pull_request:
branches: [ develop ]
paths-ignore:
- 'doc/**'
- '**.md'


jobs:
build-firmware:
Expand Down

0 comments on commit 30e8353

Please sign in to comment.