From 417903ad6a17a22faed1eb5e8cec8ff2a32cb6ea Mon Sep 17 00:00:00 2001 From: Alif-2001 Date: Wed, 4 Dec 2024 11:37:05 -0800 Subject: [PATCH] switched default branch name: --- .github/workflows/dsqlmaven.yml | 4 ++-- .github/workflows/gitleaks.yml | 4 ++-- .github/workflows/maven.yml | 4 ++-- .github/workflows/python.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dsqlmaven.yml b/.github/workflows/dsqlmaven.yml index 76bae7e..09af156 100644 --- a/.github/workflows/dsqlmaven.yml +++ b/.github/workflows/dsqlmaven.yml @@ -2,12 +2,12 @@ name: DSQL BenchBase Integ Test on: push: - branches: [ dsql-specific ] + branches: [ dsql ] # Generate new docker images on release tags. tags: - 'v*' pull_request: - branches: [ dsql-specific ] + branches: [ dsql ] # Give us a button to allow running the workflow on demand for testing. workflow_dispatch: inputs: diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 5b304e4..e06c557 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -2,11 +2,11 @@ name: Scan for leaked secrets on: push: - branches: [ to-be-upstreamed, dsql-specific ] + branches: [ to-be-upstreamed, dsql ] tags: - 'v*' pull_request: - branches: [ to-be-upstreamed, dsql-specific ] + branches: [ to-be-upstreamed, dsql ] jobs: test: diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fa21607..4dee536 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,12 +14,12 @@ name: BenchBase (Java with Maven) on: push: - branches: [ to-be-upstreamed, dsql-specific ] + branches: [ to-be-upstreamed, dsql ] # Generate new docker images on release tags. tags: - 'v*' pull_request: - branches: [ to-be-upstreamed, dsql-specific ] + branches: [ to-be-upstreamed, dsql ] # Run these workflows on a schedule so that docker images are regularly updated for security patches. schedule: - cron: "1 0 * * *" diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a319cbe..2b92ecb 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -2,11 +2,11 @@ name: BenchBase (Python) on: push: - branches: [ to-be-upstreamed, dsql-specific ] + branches: [ to-be-upstreamed, dsql ] tags: - 'v*' pull_request: - branches: [ to-be-upstreamed, dsql-specific ] + branches: [ to-be-upstreamed, dsql ] jobs: build: