Skip to content

Commit e3acbbd

Browse files
authored
chore(ci): Add workflow_dispatch trigger to nightly build (#4213)
1 parent 31bc7d8 commit e3acbbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- cron: '0 0 * * *'
2424
push:
2525
branches: [ action* ]
26+
workflow_dispatch:
2627

2728
concurrency:
2829
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)