Skip to content

Commit 8860358

Browse files
committed
Run action on demand and once a month
1 parent 93e7347 commit 8860358

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8+
workflow_dispatch:
9+
schedule:
10+
- cron: '37 13 19 * *' # on the 19th of every month at 13:37
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)