ci: Update GitHub workflow to run on feature branches

This commit is contained in:
Teal Bauer 2025-04-14 11:27:47 +02:00
parent 9b19011b7d
commit bd4e6b1194

View File

@ -2,7 +2,7 @@ name: Build Ghidra Plugin
on:
push:
branches: [ main ]
branches: [ main, 'api-*', 'feature/*', 'bugfix/*' ]
tags:
- 'v*'
pull_request: