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: