Skip to content

Commit df78274

Browse files
committed
add workflow_dispatch
1 parent 25dd131 commit df78274

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
branches: [ main develop ]
66
tags:
77
- 'v*.*.*'
8-
8+
workflow_dispatch:
99
pull_request:
1010
branches: [ main develop ]
1111

12+
permissions:
13+
issues: write
14+
pull-requests: write
15+
1216
jobs:
1317
test:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)