Skip to content

Commit

Permalink
Run action on demand and once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-wisiol committed Dec 18, 2023
1 parent 93e7347 commit 8860358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '37 13 19 * *' # on the 19th of every month at 13:37

jobs:
build:
Expand Down

0 comments on commit 8860358

Please sign in to comment.