Skip to content

ci: prevent workflows execution on forks and allow workflow_dispatch … #2

ci: prevent workflows execution on forks and allow workflow_dispatch …

ci: prevent workflows execution on forks and allow workflow_dispatch … #2

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release-please:
# Prevent execution on forks
if: github.repository_owner == 'iExecBlockchainComputing'
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@release-please-v2.0.0
secrets: inherit