Skip to content

Commit 5c6e9c0

Browse files
authored
release tags (#1654)
1 parent 9c613f4 commit 5c6e9c0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: Publish
22

33
on:
44
push:
5-
branches: [ main ]
6-
tags: [ v* ]
5+
branches:
6+
- main
7+
tags: ["*"]
78

89
jobs:
910
sbt:
1011
name: sbt publish
1112
runs-on: ubuntu-latest
13+
if: github.repository == 'akka/akka-grpc'
1214
steps:
1315
- name: Checkout
1416
uses: actions/checkout@v2
@@ -35,6 +37,7 @@ jobs:
3537
gradle-plugin:
3638
name: Release gradle plugin
3739
runs-on: ubuntu-latest
40+
if: github.repository == 'akka/akka-grpc'
3841
steps:
3942
- name: Checkout
4043
uses: actions/checkout@v2
@@ -53,6 +56,7 @@ jobs:
5356
documentation:
5457
name: Documentation
5558
runs-on: ubuntu-latest
59+
if: github.repository == 'akka/akka-grpc'
5660
steps:
5761
- name: Checkout
5862
uses: actions/checkout@v2

0 commit comments

Comments
 (0)