Skip to content

Commit

Permalink
Add production environment to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davoxpa committed Jan 1, 2024
1 parent 28b78de commit 4edc0ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build-and-release:
runs-on: macos-latest
environment:
name: production
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 4edc0ec

Please sign in to comment.