Skip to content

Commit bd0ffd0

Browse files
committed
fix: actions trigger
1 parent 2f5266e commit bd0ffd0

21 files changed

Lines changed: 15 additions & 21 deletions

.github/workflows/cd-cvat-exchange-oracle.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy CVAT Exchange Oracle
33
on:
44
push:
55
branches: [ develop, main, cvat-milestone-2 ]
6-
tags-ignore: '*'
76
paths:
87
- 'packages/examples/cvat/exchange-oracle/**'
98
pull_request:

.github/workflows/cd-cvat-recording-oracle.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy CVAT Recording Oracle
33
on:
44
push:
55
branches: [ develop, main, cvat-milestone-2 ]
6-
tags-ignore: '*'
76
paths:
87
- 'packages/examples/cvat/recording-oracle/**'
98
pull_request:

.github/workflows/cd-job-launcher-server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy Job launcher server
33
on:
44
push:
55
branches: [ develop, main ]
6-
tags-ignore: '*'
76
paths:
87
- 'packages/apps/job-launcher/server/**'
98
pull_request:

.github/workflows/cd-packages.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
push:
1919
branches:
2020
- main
21-
tags-ignore: '*'
2221
paths-ignore:
2322
- "docs/**"
2423
- "packages/apps/**"

.github/workflows/cd-python-sdk.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
push:
1414
branches:
1515
- main
16-
tags-ignore: '*'
1716
paths:
1817
- "packages/sdk/python/human-protocol-sdk/**"
1918

.github/workflows/cd-reputation-oracle.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Deploy Reputation oracle
33
on:
44
push:
55
branches: [ develop, main ]
6-
tags-ignore: '*'
76
paths:
87
- 'packages/apps/reputation-oracle/server/**'
98
pull_request:

.github/workflows/ci-lint-cvat-exchange-oracle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CVAT Exchange Oracle Lint
22

33
on:
44
push:
5-
tags-ignore: '*'
5+
branches: '**'
66
paths:
77
- 'packages/examples/cvat/exchange-oracle/**'
88
- '.github/workflows/ci-lint-cvat-exchange-oracle.yaml'

.github/workflows/ci-lint-cvat-recording-oracle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CVAT Recording Oracle Lint
22

33
on:
44
push:
5-
tags-ignore: '*'
5+
branches: '**'
66
paths:
77
- 'packages/examples/cvat/recording-oracle/**'
88
- '.github/workflows/ci-lint-cvat-recording-oracle.yaml'

.github/workflows/ci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint check
22

33
on:
44
push:
5-
tags-ignore: '*'
5+
branches: '**'
66
paths-ignore:
77
- 'packages/examples/cvat/**'
88

.github/workflows/ci-test-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Protocol check
22

33
on:
44
push:
5-
tags-ignore: '*'
5+
branches: '**'
66
paths:
77
- 'packages/core/**'
88

0 commit comments

Comments
 (0)