Skip to content

Commit

Permalink
ci(check): execute checks and release for version branches
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Sep 16, 2024
1 parent 9a285ea commit d0235df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ permissions:
pull-requests: write
on:
push:
branches: [main]
branches:
- main
- v*
pull_request:
workflow_dispatch:
env:
Expand Down Expand Up @@ -118,7 +120,6 @@ jobs:
if: |
github.repository == 'edeneast/tuxmux'
&& (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
&& github.ref_name == 'main'
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
Expand All @@ -129,3 +130,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
target-branch: ${{ github.ref_name }}

0 comments on commit d0235df

Please sign in to comment.