diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c59a79f..b395398 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,9 @@ on: push: branches: [ master ] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + # Run weekly to detect compiler or dependency regressions. schedule: - cron: "0 0 * * 0"