mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
CI: disable release job
on fork repo
This commit is contained in:
parent
6d0d916861
commit
59557e06fd
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
||||
path: ./fastfetch-*.*
|
||||
|
||||
release:
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'LinusDierheimer/fastfetch'
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user