mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 09:02:03 +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
|
id-token: write
|
||||||
if: |
|
if: |
|
||||||
github.event_name == 'push' &&
|
github.event_name == 'push' &&
|
||||||
|
github.repository == 'nuxt/nuxt' &&
|
||||||
!contains(github.event.head_commit.message, '[skip-release]') &&
|
!contains(github.event.head_commit.message, '[skip-release]') &&
|
||||||
!startsWith(github.event.head_commit.message, 'chore') &&
|
!startsWith(github.event.head_commit.message, 'chore') &&
|
||||||
!startsWith(github.event.head_commit.message, 'docs')
|
!startsWith(github.event.head_commit.message, 'docs')
|
||||||
|
Loading…
Reference in New Issue
Block a user