diff --git a/.github/workflows/cicd-1-pull-request.yaml b/.github/workflows/cicd-1-pull-request.yaml index 762e174f..4493bad2 100644 --- a/.github/workflows/cicd-1-pull-request.yaml +++ b/.github/workflows/cicd-1-pull-request.yaml @@ -5,6 +5,7 @@ name: "CI/CD pull request" on: push: branches: + - "**" - "!main" pull_request: types: [opened, reopened]