Skip to content

Commit

Permalink
Merge pull request #11 from kisimediaDE/test
Browse files Browse the repository at this point in the history
Update blank.yml
  • Loading branch information
kisimediaDE authored May 24, 2024
2 parents 663bd1d + e248a8a commit 9a19548
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
id: version
with:
scheme: semver
prerelease: false
draft: false
release_branch: main

- name: Create version number file in release and update
Expand Down

0 comments on commit 9a19548

Please sign in to comment.