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