Skip to content

Commit b504278

Browse files
committed
chore: restrict GA
1 parent 179ec38 commit b504278

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .github/workflows/vscode.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ name: VSCode
33
on:
44
pull_request:
55
branches: [ main ]
6+
paths:
7+
- "mcfunction.json"
68
push:
79
branches: [ main ]
810
tags: ["v*.*.*"]
11+
paths:
12+
- "mcfunction.json"
913

1014
jobs:
1115
ci:

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ The aim of this repo is to provide a general, feature complete language spec for
1919

2020
## Acknowledgements
2121

22-
This repo is entirely dedicated to our beloved community member and friend, [Arcensoth](https://github.com/Arcensoth). His work on the original [language-mcfunction](https://github.com/Arcensoth/language-mcfunction) and overall contributions to the Minecraft Commands community was invaluable.
22+
This repo is entirely dedicated to our beloved community member and friend, [Arcensoth](https://github.com/Arcensoth). His work on the original [language-mcfunction](https://github.com/Arcensoth/language-mcfunction) and overall contributions to the Minecraft Commands community was invaluable and he will be missed.
2323

2424
> Rest in Peace, Arcensoth

0 commit comments

Comments
 (0)