Skip to content

Commit

Permalink
Restrict publishing to 'release' environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Nov 12, 2024
1 parent 0a7461c commit f6fe741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
publish:
runs-on: ubuntu-latest
if: github.event_name == 'release'
environment: release
needs: build

permissions:
Expand Down

0 comments on commit f6fe741

Please sign in to comment.