diff --git a/.github/workflows/action-demo.yml b/.github/workflows/action-demo.yml index d3904a1..8908404 100644 --- a/.github/workflows/action-demo.yml +++ b/.github/workflows/action-demo.yml @@ -2,7 +2,7 @@ name: act-demo run-name: act-demo-runing on: pull_request: - branches: [main] + branches: [release] jobs: job1: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e29b55..d309370 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - release + - main jobs: release: name: Release diff --git a/.releaserc b/.releaserc index c7e06ef..19ec03c 100644 --- a/.releaserc +++ b/.releaserc @@ -1,5 +1,5 @@ { - "branches": "release", + "branches": "main", "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator",