Skip to content

Commit

Permalink
added ignoring for errors if nothing to commit to master after rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
agnybida committed Jun 27, 2024
1 parent 694389d commit e4d8fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/angular-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
git add ./module.xml
git commit -am "Automated commit of dist"
git push
ignore_errors: yes
continue-on-error: yes

0 comments on commit e4d8fa5

Please sign in to comment.