We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bc759 commit 689187eCopy full SHA for 689187e
.github/workflows/release.yaml
@@ -15,6 +15,7 @@ jobs:
15
release:
16
name: Release
17
runs-on: ubuntu-latest
18
+ # Skip running release workflow on forks
19
if: github.repository_owner == 'sizzldev'
20
steps:
21
- name: Checkout
0 commit comments