Skip to content

Commit

Permalink
Modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Mar 13, 2024
1 parent 8d42c33 commit d52bfb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

release:
if: startsWith(github.ref, 'refs/tags/')
needs: build
needs: test
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Test](https://github.com/AnHeuermann/modelica-language-vscode/actions/workflows/test.yml/badge.svg)](https://github.com/AnHeuermann/modelica-language-vscode/actions/workflows/test.yml)
[![Test](https://github.com/AnHeuermann/modelica-language-vscode/actions/workflows/ci.yml/badge.svg)](https://github.com/AnHeuermann/modelica-language-vscode/actions/workflows/ci.yml)

# MetaModelica and Susan in Visual Studio Code

Expand Down

0 comments on commit d52bfb1

Please sign in to comment.