mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
ci: only release from main repo (#25354)
This commit is contained in:
parent
a551b216ea
commit
013845f636
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -268,6 +268,7 @@ jobs:
|
||||
id-token: write
|
||||
if: |
|
||||
github.event_name == 'push' &&
|
||||
github.repository == 'nuxt/nuxt' &&
|
||||
!contains(github.event.head_commit.message, '[skip-release]') &&
|
||||
!startsWith(github.event.head_commit.message, 'chore') &&
|
||||
!startsWith(github.event.head_commit.message, 'docs')
|
||||
|
Loading…
Reference in New Issue
Block a user