Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed May 23, 2024
1 parent 9f0694f commit 2093621
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- main
- xuan.hu/setuptools-test

concurrency:
cancel-in-progress: true
Expand Down Expand Up @@ -79,15 +80,12 @@ jobs:
name: Semantic Release
runs-on: ubuntu-22.04
# Avoid semantic release for forked repository
if: github.event_name != 'pull_request' && github.repository == 'serious-scaffold/ss-python'
if: github.event_name != 'pull_request' && github.repository == 'huxuan/ss-python'
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
needs:
- ci
- consistency
steps:
- id: generate-token
name: Generate a token with GitHub App if App ID exists
Expand Down
3 changes: 3 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"branches": [
"xuan.hu/setuptools-test"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 2093621

Please sign in to comment.