Skip to content

Commit 0c88ce8

Browse files
committed
Add per-language production trigger workflows
1 parent 556d104 commit 0c88ce8

10 files changed

Lines changed: 170 additions & 0 deletions
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Arabic Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'arabic/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-arabic-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Chinese Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'chinese/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-chinese-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells English Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'english/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-english-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells French Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'french/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-french-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells German Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'german/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-german-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Italian Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'italian/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-italian-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Russian Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'russian/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-russian-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Spanish Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'spanish/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-spanish-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Swedish Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'swedish/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-swedish-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Cells Turkish Production Build
2+
3+
on:
4+
push:
5+
branches: [ production ]
6+
paths: [ 'turkish/**' ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
trigger:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: peter-evans/repository-dispatch@v2
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
16+
repository: Aspose/apireference.aspose.com
17+
event-type: build-cells-turkish-production

0 commit comments

Comments
 (0)