Skip to content

Commit dee6202

Browse files
authored
Merge pull request #48 from aspose-barcode/main
Merge Main
2 parents 066e394 + 02e5be2 commit dee6202

47 files changed

Lines changed: 714 additions & 158 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Barcode 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-barcode-arabic-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Barcode Arabic Stage Build
2+
3+
on:
4+
push:
5+
branches: [ main ]
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-barcode-arabic-stage
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Barcode 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-barcode-chinese-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Barcode Chinese Stage Build
2+
3+
on:
4+
push:
5+
branches: [ main ]
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-barcode-chinese-stage
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Barcode 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-barcode-english-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Barcode English Stage Build
2+
3+
on:
4+
push:
5+
branches: [ main ]
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-barcode-english-stage
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Barcode 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-barcode-french-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Barcode French Stage Build
2+
3+
on:
4+
push:
5+
branches: [ main ]
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-barcode-french-stage
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Barcode 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-barcode-german-production
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Trigger Barcode German Stage Build
2+
3+
on:
4+
push:
5+
branches: [ main ]
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-barcode-german-stage

0 commit comments

Comments
 (0)