Skip to content

Commit

Permalink
Added repository owner check
Browse files Browse the repository at this point in the history
  • Loading branch information
JckHoe committed Nov 30, 2023
1 parent 4bdc9ff commit ce6175d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:

deploy:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
needs: build
if: ${{ github.repository_owner == 'MATRIXXSoftware' && github.event_name != 'pull_request' }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit ce6175d

Please sign in to comment.