Skip to content

Commit

Permalink
feat: 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csg01123119 committed Aug 24, 2023
1 parent b729847 commit 8edbbb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: act-demo
run-name: act-demo-runing
on:
pull_request:
branches: [main]
branches: [release]

jobs:
job1:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- release
- main
jobs:
release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": "release",
"branches": "main",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 8edbbb7

Please sign in to comment.