Update python-app.yml

run also on pushes to issue branches
This commit is contained in:
Stefan Allius
2024-06-08 23:23:56 +02:00
committed by GitHub
parent aa3bb4a1fa
commit 0a18918326

View File

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