Skip to content

Commit

Permalink
workflows: enable CI on maint-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Jan 21, 2025
1 parent 1a95f4b commit 30dade4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ name: CI

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

0 comments on commit 30dade4

Please sign in to comment.