From 3a40b607e4878891c02c3d02f6fc5c4f6a7ac4ea Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 1 Oct 2022 23:16:39 +0530 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4691f92..29e0a8d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,7 +40,7 @@ jobs: EOF - name: Release - if: github.ref == 'refs/heads/jammy' + if: github.ref == 'refs/heads/jammy-16,4' uses: softprops/action-gh-release@v1 with: files: ${{ github.workspace }}/*.iso