Skip to content

Commit

Permalink
Github actions: Add 15 and run monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Nov 16, 2021
1 parent 6ae7f94 commit 98237f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '42 10 10 * *' # Monthly

jobs:
build:
Expand All @@ -12,7 +16,7 @@ jobs:

strategy:
matrix:
pgversion: [ 9.2, 9.3, 9.4, 9.5, 9.6, 10, 11, 12, 13, 14 ]
pgversion: [ 9.2, 9.3, 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15 ]

env:
PGVERSION: ${{ matrix.pgversion }}
Expand Down

0 comments on commit 98237f6

Please sign in to comment.