mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02: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:
committed by
Kat Gerasimova
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:
|
||||
|
Reference in New Issue
Block a user