Skip to content

Commit

Permalink
github: enable 5.5 and 5.6 branches [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jul 1, 2022
1 parent 66f175f commit 584ef26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -4,6 +4,8 @@ name: build
push:
branches:
- master
- '5.6'
- '5.5'
pull_request:
branches:
- master
Expand All @@ -13,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: kamailio/pkg-kamailio-docker:dev-${{ matrix.distribution }}
image: kamailio/pkg-kamailio-docker:${{ github.ref_name }}-${{ matrix.distribution }}
volumes:
- ${{ github.workspace }}:/code
env:
Expand Down

0 comments on commit 584ef26

Please sign in to comment.