mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03: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
1 changed files with 2 additions and 0 deletions
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 a new issue