Update and rename create-release-branch.yml to create-release-candidate.yml
diff --git a/.github/workflows/create-release-branch.yml b/.github/workflows/create-release-candidate.yml
similarity index 98%
rename from .github/workflows/create-release-branch.yml
rename to .github/workflows/create-release-candidate.yml
index 6e83561..c026538 100644
--- a/.github/workflows/create-release-branch.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -20,6 +20,7 @@
 permissions:
   contents: write
 on:
+  push:
   workflow_dispatch:
     inputs:
       releasecandidatetag:
@@ -28,7 +29,7 @@
         required: true
   
 jobs:
-  licenseCheck:
+  createReleaseCandidate:
     runs-on: ubuntu-22.04
     steps:
       - name: Init Release Candidate workflow