Skip to content

Commit 76d84d6

Browse files
authored
[CI] Run workflow nightly, on workflow_dispatch and merge_group events trigger (#26)
1 parent c766ead commit 76d84d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build application
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
merge_group:
7+
schedule:
8+
- cron: '0 0 * * *'
9+
workflow_dispatch:
410

511
jobs:
612
ubuntu-build:

0 commit comments

Comments
 (0)