Skip to content

Commit

Permalink
Merge pull request #716 from bastelfreak/repocheck
Browse files Browse the repository at this point in the history
Release action: limit to voxpupuli org
  • Loading branch information
bastelfreak authored Jun 18, 2021
2 parents 1dd8689 + d3bab4b commit 5e2741c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moduleroot/.github/workflows/release.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
deploy:
name: 'deploy to forge'
runs-on: ubuntu-latest
if: github.repository_owner == '<%= @configs[:namespace] %> %>'
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 5e2741c

Please sign in to comment.