Run CI on release branches (#2708)

This commit is contained in:
Enrico Minack
2023-08-28 15:11:43 +02:00
committed by GitHub
parent 95d8b83c6c
commit 9a88b6b147
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
name: CI
on:
push:
branches: main
branches:
- main
- release-v*
pull_request:
jobs:
+1
View File
@@ -3,6 +3,7 @@ on:
push:
branches:
- main
- release-v*
pull_request:
jobs:
mypy: