--- lbbs/.github/workflows/makefile.yml 2026/01/18 09:14:35 1.9 +++ lbbs/.github/workflows/makefile.yml 2026/01/28 14:39:57 1.11 @@ -2,9 +2,16 @@ name: Makefile CI on: push: - branches: [ "v1.7" ] + branches: + - "main" + - "v*.*" pull_request: - branches: [ "v1.7" ] + branches: + - "main" + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: build: