mirror of
https://github.com/veeso/termscp.git
synced 2026-06-08 14:18:41 +02:00
ci: run test workflows once
This commit is contained in:
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
- "*.md"
|
- "*.md"
|
||||||
- "./site/**/*"
|
- "./site/**/*"
|
||||||
push:
|
push:
|
||||||
|
branches: [ main ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "*.md"
|
- "*.md"
|
||||||
- "./site/**/*"
|
- "./site/**/*"
|
||||||
@@ -14,7 +15,7 @@ env:
|
|||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
- "*.md"
|
- "*.md"
|
||||||
- "./site/**/*"
|
- "./site/**/*"
|
||||||
push:
|
push:
|
||||||
|
branches: [ main ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "*.md"
|
- "*.md"
|
||||||
- "./site/**/*"
|
- "./site/**/*"
|
||||||
@@ -14,7 +15,7 @@ env:
|
|||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|||||||
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@@ -6,6 +6,7 @@ on:
|
|||||||
- "*.md"
|
- "*.md"
|
||||||
- "./site/**/*"
|
- "./site/**/*"
|
||||||
push:
|
push:
|
||||||
|
branches: [ main ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "*.md"
|
- "*.md"
|
||||||
- "./site/**/*"
|
- "./site/**/*"
|
||||||
@@ -14,7 +15,7 @@ env:
|
|||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user