Skip to content

Commit

Permalink
Comment out branch restriction in
Browse files Browse the repository at this point in the history
build-feature-image.yaml workflow.
  • Loading branch information
raikbitters committed Nov 14, 2023
1 parent dbbbdb0 commit e2b4707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-feature-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build feature Docker image
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- 'develop'
# branches:
# - 'develop'

jobs:
variables-setup:
Expand Down

0 comments on commit e2b4707

Please sign in to comment.