Skip to content

Commit 2c4dba0

Browse files
authored
Update deploy.yml
1 parent 4644a8f commit 2c4dba0

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ on:
44
push:
55
branches:
66
- main
7+
- "*"
78

89
pull_request:
9-
types: [opened, ready_for_review]
10+
types: [opened, ready_for_review, synchronize]
11+
12+
permissions:
13+
pull-requests: write
14+
1015

1116
jobs:
1217
auto_assign:
1318
runs-on: ubuntu-latest
14-
#if: github.event_name == 'pull_request'
19+
if: github.event_name == 'pull_request'
1520
steps:
1621
- uses: kentaro-m/auto-assign-action@v1.2.4
1722

0 commit comments

Comments
 (0)