mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Run CI on release branches (#2708)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
branches:
|
||||
- main
|
||||
- release-v*
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release-v*
|
||||
pull_request:
|
||||
jobs:
|
||||
mypy:
|
||||
|
||||
Reference in New Issue
Block a user