diff options
| author | Jack Koenig | 2022-01-12 08:11:18 -0800 |
|---|---|---|
| committer | GitHub | 2022-01-12 08:11:18 -0800 |
| commit | 1ddb492ea3a5d5a817d8782dac229169adbc1153 (patch) | |
| tree | 3d35927ba27c5f9bc63959180023ce2c7d07937f /.github/workflows | |
| parent | d1ba3b0c23886e4f7e11625f1458fb90b405effc (diff) | |
Update master for 1.5.0 release (#2455)
* Enable CI for 1.5.x branch
* Enable Mergify for 1.5.x branch
* Drop 1.2.x from Mergify
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d50137ce..85e5bde6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - 1.5.x - 1.4.x - 1.3.x - 1.2.x |
