CI: schedule automatic and allow manual runs

main
Frederik Seiffert 2 years ago committed by Frederik Seiffert
parent 226455bd10
commit 55b3fba9c9

@ -7,6 +7,11 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
# Automatically run the workflow once a month
schedule:
- cron: '0 4 1 * *'
# Allow running the workflow manually
workflow_dispatch:
jobs:
ubuntu:

Loading…
Cancel
Save