diff --git a/.github/workflows/protect-default-branch.yaml b/.github/workflows/protect-default-branch.yaml index 3f305644d..61f85f45e 100644 --- a/.github/workflows/protect-default-branch.yaml +++ b/.github/workflows/protect-default-branch.yaml @@ -1,10 +1,8 @@ name: Validate PR head branch on: pull_request: - types: - - opened branches: - - ros2 + - "ros2" jobs: check-head-branch: