Skip to content

Commit

Permalink
ci(release): update CI for cryostat-v2.1 branch (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Azores <aazores@redhat.com>
  • Loading branch information
ebaron and andrewazores authored Apr 12, 2022
1 parent 507b10f commit 4a02275
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: CI

on:
push:
branches: [ main ]
branches:
- main
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+
pull_request:
branches: [ main ]
branches:
- main
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pull_request_rules:
- name: backport patches to v2 branch
- name: backport patches to cryostat-v2.1 branch
conditions:
- base=main
- label=backport
actions:
backport:
branches:
- v2
- cryostat-v2.1
assignees:
- "{{ author }}"

0 comments on commit 4a02275

Please sign in to comment.