We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34495fe commit 96c11c7Copy full SHA for 96c11c7
.github/workflows/build-and-publish.yml
@@ -3,7 +3,7 @@ name: Build and Release
3
on:
4
push:
5
branches:
6
- - dev-dashboard
+ - dev
7
paths:
8
- 'agent/**'
9
- 'dashboard/**'
@@ -13,7 +13,7 @@ on:
13
- 'v*'
14
pull_request:
15
16
17
workflow_dispatch:
18
inputs:
19
release_cli:
@@ -413,4 +413,4 @@ jobs:
413
echo "- [GitHub Packages](https://github.com/${{ github.repository }}/pkgs/container)" >> $GITHUB_STEP_SUMMARY
414
if [[ "${{ github.ref_type }}" == "tag" ]]; then
415
echo "- [Release Page](https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }})" >> $GITHUB_STEP_SUMMARY
416
- fi
+ fi
0 commit comments