Skip to content

Commit 4af2778

Browse files
committed
fix: remove branch condition from deploy-dev job
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent dfc407a commit 4af2778

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ permissions:
1818

1919
jobs:
2020
deploy-dev:
21-
if: startsWith(github.ref, 'refs/heads/')
2221
uses: devantler-tech/workflows/.github/workflows/gitops-deploy.yaml@main
2322
secrets: inherit
2423
with:

0 commit comments

Comments
 (0)