Skip to content

Commit b2bc2fb

Browse files
authored
Add 'feat/delete-files' branch to workflow triggers
1 parent e654581 commit b2bc2fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-and-deploy-consumer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build & deploy
22
on:
33
push:
4-
branches: ["master", "feature/cd"]
4+
branches: ["master", "feature/cd", "feat/delete-files"]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
@@ -40,4 +40,4 @@ jobs:
4040
with:
4141
config: ${{ secrets.KUBE_CONFIG_DATA }}
4242
version: v1.27.4
43-
command: rollout status deployment/background-tasks-consumer
43+
command: rollout status deployment/background-tasks-consumer

0 commit comments

Comments
 (0)