Co-authored-by: Cursor <cursoragent@cursor.com>
@@ -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,14 +33,23 @@ on:
- beta
jobs:
@@ -7,6 +7,9 @@ on:
types: [opened, synchronize, reopened, labeled, unlabeled]
+ paths:
+ - '.github/workflows/build-buf.yml'
+ - 'proto/**'
delete:
permissions:
contents: read
@@ -20,7 +20,7 @@ on:
- branches: [main]
+ branches: [main, next]
- '.github/workflows/codeql-analysis.yml'
@@ -28,7 +28,7 @@ on:
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'