/[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.8 by sysadm, Sun Jan 4 13:55:33 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: [ "main" ]      branches:
6          - "main"
7          - "v*.*"
8    pull_request:    pull_request:
9      branches: [ "main" ]      branches:
10          - "main"
11    
12    concurrency:
13      group: ${{ github.workflow }}-${{ github.ref }}
14      cancel-in-progress: true
15    
16  jobs:  jobs:
17    build:    build:


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

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