fix workflows
Some checks failed
Deploy Backend / deploy (push) Failing after 31s

This commit is contained in:
Lee 2024-10-08 16:39:04 +01:00
parent debe0f13a2
commit 30bdb07510
3 changed files with 5 additions and 4 deletions

@ -6,8 +6,8 @@ on:
branches:
- master
paths:
- backend/**
- common/**
- projects/backend/**
- projects/common/**
- .gitea/kubernetes/backend/**
- .gitea/workflows/deploy-backend.yml

@ -6,8 +6,8 @@ name: "Deploy Website"
# branches:
# - master
# paths:
# - website/**
# - common/**
# - projects/website/**
# - projects/common/**
# - .gitea/kubernetes/website/**
# - .gitea/workflows/deploy-website.yml

1
.gitignore vendored

@ -77,3 +77,4 @@ sketch
.env*.local
.vercel
next-env.d.ts
.idea