Skip to content

Commit

Permalink
CI: config
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 3, 2024
1 parent fee8a05 commit fc19828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
token: ${{ secrets.PUSH_TOKEN }}
body_path: .changelog/${{ github.ref_name }}.md
generate_release_notes: true
prerelease: ${{ contains(github.ref_name, 'preview') || contains(github.ref_name, 'beta') || contains(github.ref_name, 'alpha') || contains(github.ref_name, 'dev') }}
prerelease: ${{ contains(github.ref_name, 'preview') || contains(github.ref_name, 'alpha') || contains(github.ref_name, 'dev') }}

# || contains(github.ref_name, 'beta')

publish-snapshot:
name: Publish snapshot
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '*/src/*/kotlin/**'
- '*/src/*/java/**'
- '*/src/*/resource/**'
- 'gradle/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit fc19828

Please sign in to comment.