Update python-app.yml

fix name for issues branches
This commit is contained in:
Stefan Allius
2024-06-08 23:39:28 +02:00
committed by GitHub
parent 0a18918326
commit c34b33ed5f

View File

@@ -5,7 +5,7 @@ name: Python application
on:
push:
branches: [ "main", "dev-*", "issue*" ]
branches: [ "main", "dev-*", "*/issue*" ]
paths-ignore:
- '**.md' # Do no build on *.md changes
- '**.yml' # Do no build on *.yml changes