ci: cambio a main y añado public al gitignore

This commit is contained in:
2023-01-11 13:53:37 +01:00
parent ce48e0c94b
commit a7b5ea4d6d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
.cache .cache
dist dist
node_modules node_modules
public

View File

@@ -13,7 +13,7 @@ pages:
paths: paths:
- public - public
only: only:
- master - main
cache: cache:
paths: paths:
- .yarn - .yarn