Skip to content

Commit

Permalink
Removed feature/FWF-3316-permission-matrix branch form github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot committed Jul 30, 2024
1 parent 9884531 commit eae8f57
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-api-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push Forms flow API to registry
on:
workflow_dispatch:
push:
branches: [ master, develop, release/*, feature/FWF-3316-permission-matrix ]
branches: [ master, develop, release/* ]
paths:
- "forms-flow-api/**"
- "VERSION"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/forms-flow-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ on:
- develop
- master
- release/**
- feature/FWF-3316-permission-matrix
pull_request:
branches:
- develop
- master
- release/**
- feature/FWF-3316-permission-matrix
paths:
- "forms-flow-api/**"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-bpm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push Forms flow BPM to registry
on:
workflow_dispatch:
push:
branches: [ master, develop, release/*, feature/FWF-3316-permission-matrix ]
branches: [ master, develop, release/* ]
paths:
- "forms-flow-bpm/**"
- "VERSION"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-data-analysis-api-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push Forms flow Analysis API to registry
on:
workflow_dispatch:
push:
branches: [ master, develop, release/*, feature/FWF-3316-permission-matrix ]
branches: [ master, develop, release/* ]
paths:
- "forms-flow-data-analysis-api/**"
- "VERSION"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-documents-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Push Forms flow Document to registry
on:
workflow_dispatch:
push:
branches: [ master, develop, release/*, feature/FWF-3316-permission-matrix ]
branches: [ master, develop, release/* ]
paths:
- "forms-flow-documents/**"
- "VERSION"
Expand Down
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/*, feature/FWF-3316-permission-matrix ]
branches: [ master, develop, release/* ]
paths:
- "forms-flow-web-root-config/**"
- "VERSION"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/forms-flow-web-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- master
- develop
- release/*
- feature/FWF-3316-permission-matrix
paths:
- "forms-flow-web/**"
- "VERSION"
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:

forms-flow-forms:
container_name: forms-flow-forms
image: formsflow/forms-flow-forms:v6.1.0-alpha
image: formsflow/forms-flow-forms:v7.0.0-alpha

# The app will restart until Mongo is listening
restart: always
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-forms/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:

forms-flow-forms:
container_name: forms-flow-forms
image: formsflow/forms-flow-forms:v6.1.0-alpha
image: formsflow/forms-flow-forms:v7.0.0-alpha
# The app will restart until Mongo is listening
restart: always
links:
Expand Down

0 comments on commit eae8f57

Please sign in to comment.