introduce GitHub actions for automated plugin/asset deployment

This commit is contained in:
2021-03-14 11:16:17 +01:00
parent a5e4225261
commit 91b612425b
4 changed files with 58 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1,5 +1,7 @@
/.github export-ignore
/assets export-ignore
/test export-ignore
.distignore export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore