Run regression on branches other than 'stable'

This commit is contained in:
Eren Dogan 2023-02-10 11:01:31 -08:00
parent 50f746a994
commit ac70d67da7
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: ci
on: [push]
on:
push:
branches:
- '!stable'
jobs:
regress:
runs-on: self-hosted