Skip to content

Commit

Permalink
Only run deploy step when on Daryls repo (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Robijns <[email protected]>
  • Loading branch information
trir262 and tom-inetum-realdolmen authored Nov 13, 2023
1 parent cc40af5 commit bf84299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: build-and-publish
runs-on: windows-latest
needs: [windows-tests,linux-tests]
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' && github.repository == 'dnewsholme/PasswordState-Management'
steps:
- uses: actions/checkout@v2
- name: Install from PSGallery
Expand Down

0 comments on commit bf84299

Please sign in to comment.