rename deploy workflow

This commit is contained in:
Felix Roos 2022-09-19 22:26:34 +02:00
parent a09ec6b0b5
commit 1e82735241
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Build & Deploy name: Build and Deploy
on: [workflow_dispatch] on: [workflow_dispatch]

View File

@ -2,5 +2,8 @@
"cSpell.words": [ "cSpell.words": [
"subspan", "subspan",
"vals" "vals"
] ],
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///home/felix/projects/strudel/.github/workflows/deploy.yml"
}
} }