Parent Directory
|
Revision Log
|
Patch
| Revision 1.8 by sysadm, Sun Jan 4 13:55:33 2026 UTC | Revision 1.10 by sysadm, Sat Jan 24 15:26:22 2026 UTC | |
|---|---|---|
| # | Line 2 name: Makefile CI | Line 2 name: Makefile CI |
| 2 | ||
| 3 | on: | on: |
| 4 | push: | push: |
| 5 | branches: [ "main" ] | branches: [ "v1.7" ] |
| 6 | pull_request: | pull_request: |
| 7 | branches: [ "main" ] | branches: [ "v1.7" ] |
| 8 | ||
| 9 | concurrency: | |
| 10 | group: ${{ github.workflow }}-${{ github.ref }} | |
| 11 | cancel-in-progress: true | |
| 12 | ||
| 13 | jobs: | jobs: |
| 14 | build: | build: |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |