diff --git a/.github/workflows/PR-build.yml b/.github/workflows/PR-build.yml index 9a89c0db3d..b853594033 100644 --- a/.github/workflows/PR-build.yml +++ b/.github/workflows/PR-build.yml @@ -8,6 +8,7 @@ on: branches: - main* - feature* + - feature/** types: - opened - synchronize diff --git a/.github/workflows/PR-test.yml b/.github/workflows/PR-test.yml index 742e9870f2..3cf21ab8ee 100644 --- a/.github/workflows/PR-test.yml +++ b/.github/workflows/PR-test.yml @@ -21,6 +21,7 @@ on: branches: - main* - feature* + - feature/** types: - opened - synchronize