Skip to content

Commit 96c11c7

Browse files
Update build-and-publish.yml
1 parent 34495fe commit 96c11c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Release
33
on:
44
push:
55
branches:
6-
- dev-dashboard
6+
- dev
77
paths:
88
- 'agent/**'
99
- 'dashboard/**'
@@ -13,7 +13,7 @@ on:
1313
- 'v*'
1414
pull_request:
1515
branches:
16-
- dev-dashboard
16+
- dev
1717
workflow_dispatch:
1818
inputs:
1919
release_cli:
@@ -413,4 +413,4 @@ jobs:
413413
echo "- [GitHub Packages](https://github.com/${{ github.repository }}/pkgs/container)" >> $GITHUB_STEP_SUMMARY
414414
if [[ "${{ github.ref_type }}" == "tag" ]]; then
415415
echo "- [Release Page](https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }})" >> $GITHUB_STEP_SUMMARY
416-
fi
416+
fi

0 commit comments

Comments
 (0)