mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00
chore(ci): stop publish-alpha from running on forks (#1916)
I can't sleep because every Saturday alpha release fails on my ratatui fork. This should fix my insomnia.
This commit is contained in:
parent
68b9f67f59
commit
e48aa9ec09
1
.github/workflows/release-alpha.yml
vendored
1
.github/workflows/release-alpha.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
publish-alpha:
|
||||
name: Create an alpha release
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'ratatui/ratatui'
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user