diff --git a/.github/workflows/assign-user.yml b/.github/workflows/assign-user.yml index dc7bd75..73093d9 100644 --- a/.github/workflows/assign-user.yml +++ b/.github/workflows/assign-user.yml @@ -1,13 +1,13 @@ name: 'Author Assign' on: -push: - branches: ['**'] # Matches all branches - pull_request: - branches: ['**'] # Trigger on pull requests for all branches - types: [opened, reopened] - issues: - types: [opened, reopened] + push: + branches: ['**'] # Matches all branches + pull_request: + branches: ['**'] # Trigger on pull requests for all branches + types: [opened, reopened] + issues: + types: [opened, reopened] jobs: assign-author: