Module: kamailio Branch: 6.1 Commit: 18fd837b78e07d9b61c56901d96eb212102e5dbf URL: https://github.com/kamailio/kamailio/commit/18fd837b78e07d9b61c56901d96eb212102e5dbf
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-01-27T09:34:54+01:00 github: set 6.1 branch for devcontainer and main workflows --- Modified: .github/workflows/devcontainer.yaml Modified: .github/workflows/main.yml --- Diff: https://github.com/kamailio/kamailio/commit/18fd837b78e07d9b61c56901d96eb212102e5dbf.diff Patch: https://github.com/kamailio/kamailio/commit/18fd837b78e07d9b61c56901d96eb212102e5dbf.patch --- diff --git a/.github/workflows/devcontainer.yaml b/.github/workflows/devcontainer.yaml index f1dea37575a..18ad81b5288 100644 --- a/.github/workflows/devcontainer.yaml +++ b/.github/workflows/devcontainer.yaml @@ -4,7 +4,7 @@ name: build devcontainer image 'on': push: branches: - - master + - 6.1 # Allows you to run this workflow manually from the Actions tab workflow_dispatch: inputs: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e4bc530682..02ee025c234 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: build 'on': push: branches: - - master + - 6.1 # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: @@ -28,10 +28,6 @@ jobs: compilier: gcc - distribution: trixie compilier: clang - - distribution: sid - compilier: gcc - - distribution: sid - compilier: clang steps: - uses: actions/checkout@v6 - uses: ammaraskar/[email protected] _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
