Skip to content

Commit

Permalink
Merge pull request #90 from hnez/periodic-ci
Browse files Browse the repository at this point in the history
CI: run checks on a schedule and allow workflow_dispatch
  • Loading branch information
SmithChart authored Jan 30, 2025
2 parents a90da1e + d0e4709 commit d628efe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-and-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Check and Publish

on: [push, pull_request]
on:
pull_request:
push:
schedule:
- cron: '22 15 * * 3'
workflow_dispatch:

jobs:
codespell:
Expand Down

0 comments on commit d628efe

Please sign in to comment.