Skip to content

Commit

Permalink
add prod env to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Oct 26, 2024
1 parent 43b897d commit 063b6cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:

runs-on: ubuntu-22.04

environment: production

if: github.ref == 'refs/heads/main'

steps:
Expand Down

0 comments on commit 063b6cb

Please sign in to comment.