Skip to content

Commit d3bab4b

Browse files
committed
Release action: limit to voxpupuli org
1 parent 1dd8689 commit d3bab4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

moduleroot/.github/workflows/release.yml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
deploy:
1313
name: 'deploy to forge'
1414
runs-on: ubuntu-latest
15+
if: github.repository_owner == '<%= @configs[:namespace] %> %>'
1516
steps:
1617
- name: Checkout repository
1718
uses: actions/checkout@v2

0 commit comments

Comments
 (0)