Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
chore: production deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RadovanTomik committed Feb 15, 2023
1 parent 3c5a5d9 commit 42b9220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:

deploy:
if: github.actor == 'RadovanTomik' && github.ref_type == 'tag'
if: (github.actor == 'RadovanTomik' || github.actor == 'konradlang') && github.ref_type == 'tag'
runs-on: ubuntu-latest

environment:
Expand Down

0 comments on commit 42b9220

Please sign in to comment.