Skip to content

Commit

Permalink
limit deploy step to NCAR/CUPiD on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
anissa111 committed Jan 19, 2024
1 parent abb888d commit 87d2ae1
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 87d2ae1

Please sign in to comment.