Skip to content

Commit d5eefb3

Browse files
authored
test/test-pipeline-10
test/test-pipeline-10
2 parents 2ff5c42 + ba8ab5d commit d5eefb3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
jobs:
99
mirror-and-publish:
1010
runs-on: ubuntu-latest
11-
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'
1213
permissions:
1314
contents: read
1415
packages: write

0 commit comments

Comments
 (0)