diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 8d5b31f32..32dafc0b2 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -2,9 +2,9 @@ name: Build Native Images on: push: - branches: [ "main", "release/**" ] + branches: [ "main", "release/**", "feature/**" ] pull_request: - branches: [ "main", "release/**" ] + branches: [ "main", "release/**", "feature/**" ] release: types: [ published ] diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index fa340f2ef..c94444352 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -2,9 +2,9 @@ name: FPP CI on: push: - branches: [ "main", "release/**" ] + branches: [ "main", "release/**", "feature/**" ] pull_request: - branches: [ "main", "release/**" ] + branches: [ "main", "release/**", "feature/**" ] permissions: contents: read