Run Ci on Release/version branches on commit

This commit is contained in:
2026-08-04 12:11:30 -06:00
parent a79fedda77
commit cd8d1c9b10
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: AppImage Build
on:
push:
branches: [master]
branches: [master, 'release/**']
pull_request:
branches: [master]