Skip to content

Commit

Permalink
ci: temporarily comment out branch name guard
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 29, 2024
1 parent 5687cfc commit 776c8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
needs: [test]
outputs:
environments: ${{ steps.environments.outputs.result }}
if: github.ref_name == 'main'
#if: github.ref_name == ''
steps:
- uses: actions/github-script@v6
id: environments
Expand Down

0 comments on commit 776c8f6

Please sign in to comment.