/[LeafOK_CVS]/lbbs/.github/workflows/makefile.yml
ViewVC logotype

Diff of /lbbs/.github/workflows/makefile.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.10 by sysadm, Sat Jan 24 15:26:22 2026 UTC Revision 1.11 by sysadm, Wed Jan 28 14:39:57 2026 UTC
# Line 2  name: Makefile CI Line 2  name: Makefile CI
2    
3  on:  on:
4    push:    push:
5      branches: [ "v1.7" ]      branches:
6          - "main"
7          - "v*.*"
8    pull_request:    pull_request:
9      branches: [ "v1.7" ]      branches:
10          - "main"
11    
12  concurrency:  concurrency:
13    group: ${{ github.workflow }}-${{ github.ref }}    group: ${{ github.workflow }}-${{ github.ref }}


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1