Skip to content

Commit

Permalink
Test new configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardKruemmel committed Oct 29, 2023
1 parent 18ccf05 commit 74dc49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main, development, feature/impl-factory_pattern_repos]
branches: [main, development, hotfix/cd-pipeline]
pull_request:
branches: [main]

Expand Down 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'|| github.ref == 'feature/impl-factory_pattern_repos') }}
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development'|| github.ref == 'refs/heads/hotfix/cd-pipeline') }}

steps:
- name: Checkout source code
Expand Down

0 comments on commit 74dc49b

Please sign in to comment.