Skip to content

Commit

Permalink
CI: add tests on maint and feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva authored Jan 22, 2024
1 parent b19c9da commit 3baea35
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: CI

on:
push:
branches: master
branches:
- master
- "feature/*"
- "maint-**"
pull_request:
branches: master
branches:
- master
- "maint-**"
- "feature/**"
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 3 * * 6"
Expand Down

0 comments on commit 3baea35

Please sign in to comment.