diff --git a/.github/workflows/branch-remove.yml b/.github/workflows/branch-remove.yml index cef13859e8..ad6e63aa71 100644 --- a/.github/workflows/branch-remove.yml +++ b/.github/workflows/branch-remove.yml @@ -5,7 +5,7 @@ on: types: ['unlabeled'] jobs: remove: - if: ${{ github.event.label.name == 'status/feature_testing' }} + if: ${{ github.event.label.name == 'status/feature_testing' || github.event.label.name == 'status/feature_testing_public' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2