We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92c66e commit 5942b48Copy full SHA for 5942b48
.github/workflows/ci-branch.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches-ignore:
6
- main
7
- - kotlin-eap/*
+ - dependabot/*
8
9
jobs:
10
checks:
.github/workflows/ci-kotlin-eap.yml
.github/workflows/publish-local.yml
@@ -3,6 +3,7 @@ on: [ workflow_call ]
3
publish:
+ if: github.repository == 'whyoleg/cryptography-kotlin'
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
@@ -11,7 +12,7 @@ jobs:
11
12
cache-disabled: true
13
14
- name: Publish to Maven Local
- run: ./gradlew publishToMavenLocal --no-configuration-cache
15
+ run: ./gradlew publishToMavenLocal
16
env:
17
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{secrets.signingKey}}
18
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{secrets.signingPassword}}
0 commit comments