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: on:
push: push:
branches: [ main ] branches: [ main, 'api-*', 'feature/*', 'bugfix/*' ]
tags: tags:
- 'v*' - 'v*'
pull_request: pull_request: