Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
only run action for CL repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfugate1 committed Oct 22, 2020
1 parent 0e4f900 commit 85d317e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
bump-version:
name: 'Build and Deploy'
runs-on: ubuntu-latest
if: github.repository_owner == 'CarnegieLearningWeb'
steps:
- uses: 'actions/checkout@v2'
with:
Expand Down

0 comments on commit 85d317e

Please sign in to comment.