Skip to content

Commit

Permalink
Fix circleci yaml validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Sep 29, 2022
1 parent 8cf8265 commit f997540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ workflows:
- STAGING_deploy:
filters:
branches:
only: 3.34 #TODO Revert to master once we are done with avni-server repo refactoring
only: "3.34" #TODO Revert to master once we are done with avni-server repo refactoring
requires:
- build
- UAT_approve:
Expand Down

0 comments on commit f997540

Please sign in to comment.