mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-07 15:41:38 +01:00
Don't run tests on changes to .github/*
If a PR is only touching files in the .github directory, there's no need to run tests on the app
This commit is contained in:
parent
a8ba3aa9c1
commit
3bb19838a4
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
pull_request: { }
|
||||
push:
|
||||
branches: [ main, develop ]
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
|
||||
# Enrich gradle.properties for CI/CD
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user