Skip to content

Commit

Permalink
switched default branch name:
Browse files Browse the repository at this point in the history
  • Loading branch information
Alif-2001 committed Dec 4, 2024
1 parent 30d574f commit 417903a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dsqlmaven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 417903a

Please sign in to comment.