Skip to content

Commit

Permalink
correct branches for main gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger committed Feb 22, 2024
1 parent adf395c commit 45408ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- dtq-dev
- customer/*
pull_request:

permissions:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ name: Docker images
on:
push:
branches:
- customer/uk
- dtq-dev
- customer/*
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 45408ae

Please sign in to comment.