Skip to content

Commit

Permalink
Merge pull request #285 from hasundue/ci-release-disable-on-forks
Browse files Browse the repository at this point in the history
☕ Disable release workflow on forked repositories
  • Loading branch information
lambdalisue committed Oct 23, 2023
2 parents 67d77af + ac7842b commit ea7370b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
dispatch:
runs-on: ubuntu-latest
if: github.repository_owner == 'vim-denops'
strategy:
matrix:
# NOTE:
Expand Down

0 comments on commit ea7370b

Please sign in to comment.