Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sieversMartin authored Nov 25, 2023
1 parent d3bd44f commit d407390
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: check
on:
push:
branches:
- main
- test-check
pull_request:
branches:
- "main"
paths:
- ".github/workflows/check.yaml"
schedule:
- cron: '1 2 5 * *'
workflow_dispatch:
Expand Down

0 comments on commit d407390

Please sign in to comment.