From e248a8ac074a093651432a48d0f1f59c7d468b79 Mon Sep 17 00:00:00 2001 From: "Kisimedia.de" Date: Fri, 24 May 2024 13:15:54 +0200 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 1ee4d49..fc31795 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -4,7 +4,7 @@ name: Version # Controls when the workflow will run on: - pull_request: + push: branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab @@ -22,13 +22,15 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4 - name: Get next version uses: reecetech/version-increment@2024.4.4 id: version with: scheme: semver + prerelease: false + draft: false release_branch: main - name: Create version number file in release and update