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 b8654ca commit 841a6e1Copy full SHA for 841a6e1
.github/workflows/release.yml
@@ -24,6 +24,7 @@ on:
24
jobs:
25
publish-release:
26
runs-on: ubuntu-22.04
27
+ if: github.repository == 'secureCodeBox/defectdojo-client-java'
28
permissions:
29
contents: write # needed for release creation
30
steps:
.github/workflows/snapshot.yml
@@ -14,6 +14,7 @@ on:
14
15
publish-snapshot:
16
17
18
19
20
- name: Checkout repository
0 commit comments