Skip to content

Commit

Permalink
Update workflows to ignore mark down files change.
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuueexxiinngg committed Nov 16, 2020
1 parent beee960 commit 53cbfc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Gradle CI
on:
push:
branches: [ master, embedded ]
paths-ignore:
- '*.md'
pull_request:
branches: [ master, embedded ]
paths-ignore:
- '*.md'

jobs:
build:
Expand Down

0 comments on commit 53cbfc4

Please sign in to comment.