diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c7049ea..778b2ab 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -5,6 +5,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + schedule: + - cron: '0 12,18 * * 1,2,3,4,5' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: