Parent Directory
|
Revision Log
|
Patch
| Revision 1.9 by sysadm, Sun Jan 18 09:14:35 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: | |
| 13 | group: ${{ github.workflow }}-${{ github.ref }} | |
| 14 | cancel-in-progress: true | |
| 15 | ||
| 16 | jobs: | jobs: |
| 17 | build: | build: |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |