Skip to content

Commit

Permalink
Update assign-user.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyanthakur authored Oct 6, 2024
1 parent 4cb861b commit 4868b4c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/assign-user.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4868b4c

Please sign in to comment.