diff --git a/.github/workflows/non-omv.yml b/.github/workflows/non-omv.yml index 078eded2..f821bd9b 100644 --- a/.github/workflows/non-omv.yml +++ b/.github/workflows/non-omv.yml @@ -3,9 +3,9 @@ name: Testing non OMV scripts on: push: - branches: [ master, development, experimental, test* ] + branches: [ master, development, experimental, test*, feature/* ] pull_request: - branches: [ master, development, experimental, test* ] + branches: [ master, development, experimental, test*, feature/* ] jobs: build: diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml index 32569cbc..7b00762a 100644 --- a/.github/workflows/omv-ci.yml +++ b/.github/workflows/omv-ci.yml @@ -2,9 +2,9 @@ name: Continuous build using OMV on: push: - branches: [ master, development, experimental, test* ] + branches: [ master, development, experimental, test*, feature/* ] pull_request: - branches: [ master, development, experimental, test* ] + branches: [ master, development, experimental, test*, feature/* ] jobs: build: