Skip to content

Commit

Permalink
initial commit on removing auto publish
Browse files Browse the repository at this point in the history
  • Loading branch information
raynatopedrajeta committed May 22, 2024
1 parent 514dc68 commit f4549ae
Show file tree
Hide file tree
Showing 20 changed files with 119 additions and 80 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/all-nodejs-packages-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ env:
NODEJS_VERSION: v18.18.2

on:
push:
pull_request:
branches:
- main
- dev
- feature/remove_autopublish

# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/besu-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: besu-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev
- feature/remove_autopublish
# Publish `v1.2.3` tags as releases.

# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/cmd-api-server-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: cmd-api-server-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev
- feature/remove_autopublish
# Publish `v1.2.3` tags as releases.

# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/connector-besu-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: connector-fabric-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev
- feature/remove_autopublish
# Publish `v1.2.3` tags as releases.

# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/connector-corda-server-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: connector-corda-server-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main

# Publish `v1.2.3` tags as releases.
- dev
- feature/remove_autopublish
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/corda-4-6-all-in-one-obligation-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: corda-4-6-all-in-one-obligation-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev
- feature/remove_autopublish
# Publish `v1.2.3` tags as releases.

# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/corda-4-7-all-in-one-obligation-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: corda-4-7-all-in-one-obligation-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev
- feature/remove_autopublish

# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/corda-4-8-all-in-one-obligation-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: corda-4-8-all-in-one-obligation-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev
- feature/remove_autopublish

# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/dev-container-vscode-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: dev-container-vscode-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev
- feature/remove_autopublish

# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/example-carbon-accounting-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: example-carbon-accounting-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev
- feature/remove_autopublish

# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/example-supply-chain-app-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: example-supply-chain-app-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main

# Publish `v1.2.3` tags as releases.
- dev
- feature/remove_autopublish

# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/fabric-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: fabric-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev


# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/fabric2-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: fabric2-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev


# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/geth-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: geth-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev


# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ghpkg-all-kotlin-api-clients-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ env:
NODEJS_VERSION: v18.18.2

on:
push:
branches: [main, dev]

pull_request:
branches: [main, dev]
branches:
- main
- dev


concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/iroha2-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: iroha2-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev


# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/keychain-vault-server-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: keychain-vault-server-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev


# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/quorum-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: quorum-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev


# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/quorum-multi-party-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: quorum-multi-party-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev


# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/sawtooth-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: sawtooth-all-in-one-publish

on:
push:
# Publish `main` as Docker `latest` image.
branches:
pull_request:
branches:
- main
- dev


# Publish `v1.2.3` tags as releases.
# Publish `v1.2.3` tags as releases.
push:
tags:
- v*

Expand Down

0 comments on commit f4549ae

Please sign in to comment.