We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812b48c commit 567ab7eCopy full SHA for 567ab7e
.github/workflows/release.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
release-please:
13
- if: github.repository_owner == 'Mogyuchi'
+ if: github.repository.fork == false
14
permissions:
15
contents: write
16
pull-requests: write
0 commit comments