Skip to content

Commit

Permalink
test current branch that topic config works
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Lien committed Feb 3, 2022
1 parent 921a7cb commit 6613395
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Deploy (dev)

# on:
# push:
# branches: [dev]
on:
push:
branches: [dev]
branches: [feat/move-topics-to-config]

env:
IMAGE_TAG: ${{ github.sha }}
Expand Down

0 comments on commit 6613395

Please sign in to comment.