Skip to content

Commit

Permalink
Trigger CD with push
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardKruemmel committed Oct 24, 2023
1 parent 9831882 commit 18ccf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd:
runs-on: ubuntu-latest
needs: [ci]
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development') }}
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development'|| github.ref == 'feature/impl-factory_pattern_repos') }}

steps:
- name: Checkout source code
Expand Down

0 comments on commit 18ccf05

Please sign in to comment.