We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8fef9 commit ba8ab5dCopy full SHA for ba8ab5d
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