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:
Kat Gerasimova 2023-02-10 14:17:13 +00:00 committed by Kat Gerasimova
parent a8ba3aa9c1
commit 3bb19838a4

View File

@ -4,6 +4,8 @@ on:
pull_request: { }
push:
branches: [ main, develop ]
paths-ignore:
- '.github/**'
# Enrich gradle.properties for CI/CD
env: