Skip to content

Commit

Permalink
Only trigger wasm lang
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed Oct 11, 2024
1 parent 15d3043 commit b15bf3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/staging/stages.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ var languageMap = map[string]string{
// "ts": "typescript",
// "file": "file",
// "rpc": "rpc",
// "wasm": "wasm",
"java": "java",
"wasm": "wasm",
// "java": "java",
// "c": "c",
// "cob": "cobol",
// "go": "go",
Expand Down

0 comments on commit b15bf3a

Please sign in to comment.