We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ff5c42 + ba8ab5d commit d5eefb3Copy full SHA for d5eefb3
1 file changed
.github/workflows/publish-main.yml
@@ -8,7 +8,8 @@ on:
8
jobs:
9
mirror-and-publish:
10
runs-on: ubuntu-latest
11
-
+ # limit this to running only on our private repo to avoid duplicate action when we push to the public repo
12
+ if: github.repository == 'AndDone-LLC/AndDone-SecureAPI-ClientLibrary-DotNet-private'
13
permissions:
14
contents: read
15
packages: write
0 commit comments