1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-04 11:57:57 +00:00

Ignore paths unrelated to builds in CI (#6789)

This commit is contained in:
Mohammed Anas
2021-08-02 13:29:39 +00:00
committed by GitHub
parent 4bf5ddbfe9
commit c7f75bf7d1

View File

@@ -5,10 +5,20 @@ 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: