@@ -1,4 +1,24 @@
-.eslintrc.json
-.stylelintrc.json
-package.json
-package-lock.json
+.git
+.github
+.cursor
+.vscode
+
+**/node_modules
+**/reports
+**/screenshots
+**/*.log
+**/*.swp
+**/*.swo
+build
+dist
+docs
+frontend
+integration-tests
+lang
+proto
+releases
+service
+specs
+tmp
+var/marketing
@@ -5,14 +5,23 @@ on:
pull_request:
paths:
- '.github/workflows/build-and-release.yml'
+ - '.dockerignore'
- '.goreleaser.yml'
+ - '.releaserc.yaml'
- 'Dockerfile.multiarches'
- 'Dockerfile.singlearch'
+ - 'LICENSE'
- 'Makefile'
+ - 'config.yaml'
+ - 'examples/backupScript.sh'
- 'frontend/**'
- 'integration-tests/**'
+ - 'lang/**'
- 'proto/**'
- 'service/**'
+ - 'var/entities/**'
+ - 'var/helper-actions/**'
+ - 'var/macos/**'
- 'var/windows/**'
workflow_dispatch:
push:
@@ -24,16 +33,28 @@ on:
- beta
+permissions:
+ contents: read
jobs:
build:
runs-on: ubuntu-latest
@@ -7,6 +7,9 @@ on:
types: [opened, synchronize, reopened, labeled, unlabeled]
+ paths:
+ - '.github/workflows/build-buf.yml'
+ - 'proto/**'
delete:
permissions:
contents: read
@@ -18,17 +18,19 @@ on:
- '.github/workflows/codeql-analysis.yml'
- branches: [main]
+ branches: [main, next]
schedule:
- cron: '25 10 * * 5'
@@ -17,7 +17,7 @@ on:
- branches: [ "main" ]
+ branches: [ "main", "next" ]
- '.github/workflows/devskim.yml'
@@ -29,7 +29,7 @@ on:
- cron: '34 21 * * 2'
@@ -11,6 +11,7 @@ installation-id.txt
tmp/
frontend/dist/
frontend/node_modules
+integration-tests/node_modules/
custom-frontend
integration-tests/screenshots/
integration-tests/flakey-test-runs.log
@@ -28,4 +29,5 @@ sessions.yaml
docs/build/
build/
Binary/
+lang/langtool
.cursor