You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by pi...@apache.org on 2024/03/05 14:10:45 UTC

(manifoldcf) branch trunk updated: Update and rename create-release-branch.yml to create-release-candidate.yml

This is an automated email from the ASF dual-hosted git repository.

piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 52eaea90b Update and rename create-release-branch.yml to create-release-candidate.yml
52eaea90b is described below

commit 52eaea90b9e82397969f1d8a741d83bb8b63234c
Author: Piergiorgio Lucidi <pi...@apache.org>
AuthorDate: Tue Mar 5 15:10:40 2024 +0100

    Update and rename create-release-branch.yml to create-release-candidate.yml
---
 .../{create-release-branch.yml => create-release-candidate.yml}        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/create-release-branch.yml b/.github/workflows/create-release-candidate.yml
similarity index 99%
rename from .github/workflows/create-release-branch.yml
rename to .github/workflows/create-release-candidate.yml
index 6e8356114..c02653855 100644
--- a/.github/workflows/create-release-branch.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -20,6 +20,7 @@ run-name: ${{ github.actor }} is executing Create Release Branch
 permissions:
   contents: write
 on:
+  push:
   workflow_dispatch:
     inputs:
       releasecandidatetag:
@@ -28,7 +29,7 @@ on:
         required: true
   
 jobs:
-  licenseCheck:
+  createReleaseCandidate:
     runs-on: ubuntu-22.04
     steps:
       - name: Init Release Candidate workflow