Skip to content

Commit

Permalink
V1 branch rules updated (#308)
Browse files Browse the repository at this point in the history
* Updated deployment group for E2E env (#305)

* updated rules as per v1_* branches
  • Loading branch information
hirenkp2000 authored Jun 29, 2024
1 parent 6a06c66 commit ae20a8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-ci-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: CI-Only Workflow
on:
push:
branches-ignore:
- master
- int
- develop
- v1_master
- v1_int
- v1_develop

jobs:
### Job to Build and Publish artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Dev Workflow
on:
push:
branches:
- develop
- v1_develop
#workflow_dispatch:
#pull_request:
#types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-e2e-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: E2E Workflow
on:
push:
branches:
- int
- v1_int

jobs:
### Job to Build and Publish artifacts
Expand Down

0 comments on commit ae20a8d

Please sign in to comment.