We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c613f4 commit 5c6e9c0Copy full SHA for 5c6e9c0
1 file changed
.github/workflows/publish.yml
@@ -2,13 +2,15 @@ name: Publish
2
3
on:
4
push:
5
- branches: [ main ]
6
- tags: [ v* ]
+ branches:
+ - main
7
+ tags: ["*"]
8
9
jobs:
10
sbt:
11
name: sbt publish
12
runs-on: ubuntu-latest
13
+ if: github.repository == 'akka/akka-grpc'
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v2
@@ -35,6 +37,7 @@ jobs:
35
37
gradle-plugin:
36
38
name: Release gradle plugin
39
40
41
42
43
@@ -53,6 +56,7 @@ jobs:
53
56
documentation:
54
57
name: Documentation
55
58
59
60
61
62
0 commit comments