Skip to content

Commit

Permalink
Merge pull request AOT-Technologies#1519 from shuhaib-aot/removed-branch
Browse files Browse the repository at this point in the history
remove 5.2.0 branch form workflows
  • Loading branch information
abhilash-aot authored Jul 10, 2023
2 parents 0e3b850 + 65fc0bc commit 03e5f55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-root-config-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push Forms flow root config to registry
on:
workflow_dispatch:
push:
branches: [ master, develop, release/*, 5.2.0-alpha ]
branches: [ master, develop, release/* ]
paths:
- "forms-flow-web-root-config/**"
- "VERSION"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-web-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- master
- 5.2.0-alpha
- develop
- release/*
paths:
- "forms-flow-web/**"
- "VERSION"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/forms-flow-web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ on:
- develop
- master
- release/**
- 5.2.0-alpha
pull_request:
branches:
- develop
- master
- release/**
- 5.2.0-alpha
paths:
- "forms-flow-web/**"

Expand Down

0 comments on commit 03e5f55

Please sign in to comment.