.github/workflows/build_android.yml: do not ignore "python"

Python scripts are used to build Android.
This commit is contained in:
Max Kellermann 2023-12-22 15:17:29 +01:00
parent fb4dd4e1ce
commit 8ef47147a0
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ on:
paths-ignore:
- 'build/**'
- 'doc/**'
- 'python/**'
- 'subprojects/**'
- 'systemd/**'
- 'win32/**'
@ -15,7 +14,6 @@ on:
paths-ignore:
- 'build/**'
- 'doc/**'
- 'python/**'
- 'subprojects/**'
- 'systemd/**'
- 'win32/**'