Skip to content

Commit 69f333d

Browse files
authored
Merge pull request #154 from stronk7/no_release_on_forks
Avoid forks to perform releases when they receive tags
2 parents c024cb8 + aa7495f commit 69f333d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
release:
9+
# Avoid forks to perform this job.
10+
if: github.repository_owner == 'moodlehq'
911
name: Create Release
1012
runs-on: ubuntu-18.04
1113

0 commit comments

Comments
 (0)