Skip to content

Commit

Permalink
Check on all branches for markdown style except main
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 21, 2024
1 parent 9b68bf9 commit b5c64fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: Check markdown
on:
push:
branches:
- 'issue_16'
- '*'
- '!main'
pull_request:
branches:
- 'issue_16'
- '*'
- '!main'
schedule:
- cron: "0 0 21 * *"
Expand Down

0 comments on commit b5c64fa

Please sign in to comment.