diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index e091056c3..1fd0d1579 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" ] + branches: [ "main", "release/**" ] pull_request: - branches: [ "main" ] + branches: [ "main", "release/**" ] release: types: [ published ] diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index cf553e63c..6543bf6c4 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -2,9 +2,9 @@ name: FPP CI on: push: - branches: [ "main" ] + branches: [ "main", "release/**" ] pull_request: - branches: [ "main" ] + branches: [ "main", "release/**" ] permissions: contents: read