Browse Source

change defauolt branch in release action

codecalm 2 years ago
parent
commit
7a0cff36e6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/release.yml

+ 1 - 2
.github/workflows/release.yml

@@ -3,8 +3,7 @@ name: Release
 on:
   push:
     branches:
-      - dev-changesets-init
-      # - main
+      - dev
 
 concurrency: ${{ github.workflow }}-${{ github.ref }}