ci: Update GitHub workflow to run on feature branches
This commit is contained in:
parent
9b19011b7d
commit
bd4e6b1194
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -2,7 +2,7 @@ name: Build Ghidra Plugin
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, 'api-*', 'feature/*', 'bugfix/*' ]
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user