Skip to content

Commit

Permalink
Revert "Ignore paths unrelated to builds in CI (#6789)"
Browse files Browse the repository at this point in the history
This reverts commit c7f75bf.
  • Loading branch information
triallax authored Sep 28, 2021
1 parent b753705 commit 2efaf2d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,10 @@ on:
branches:
- dev
- master
paths-ignore:
- 'README*.md'
- 'fastlane/**'
- 'assets/**'
- '.github/**/*.md'
push:
branches:
- dev
- master
paths-ignore:
- 'README*.md'
- 'fastlane/**'
- 'assets/**'
- '.github/**/*.md'

jobs:
build-and-test-jvm:
Expand Down

0 comments on commit 2efaf2d

Please sign in to comment.