Skip to content

Commit

Permalink
enable pipelines on publicpreview_staging
Browse files Browse the repository at this point in the history
  • Loading branch information
msftcoderdjw committed Jan 21, 2025
1 parent 1a10038 commit dfb1220
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
branches:
- main
- 'release/**'
- 'publicpreview_staging'
pull_request:
branches:
- main
- 'release/**'
- 'publicpreview_staging'
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- 'publicpreview_staging'
#pull_request:
# branches:
# - main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
branches:
- main
- 'release/**'
- 'publicpreview_staging'
pull_request:
branches:
- main
- 'release/**'
- 'publicpreview_staging'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
branches:
- main
- 'release/**'
- 'publicpreview_staging'
pull_request:
branches:
- main
- 'release/**'
- 'publicpreview_staging'
workflow_dispatch:
env:
ContainerRegistry: "ghcr.io"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
branches:
- main
- 'release/**'
- 'publicpreview_staging'
pull_request:
branches:
- main
- 'release/**'
- 'publicpreview_staging'
workflow_dispatch:
env:
ContainerRegistry: "ghcr.io"
Expand Down

0 comments on commit dfb1220

Please sign in to comment.