Skip to content

Commit

Permalink
Merge pull request #54 from anissa111/issue53
Browse files Browse the repository at this point in the history
Limit deploy step of deploy.yml to NCAR/CUPiD repo on main branch
  • Loading branch information
mnlevy1981 authored Jan 19, 2024
2 parents abb888d + 87d2ae1 commit 1a516b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:

deploy:
needs: build
if: github.repository == 'NCAR/CUPiD' && github.ref == 'refs/heads/main'

environment:
# makes sure the deployment shows up under "deployments" section on main github page
Expand Down

0 comments on commit 1a516b7

Please sign in to comment.