Skip to content

Commit 8e99b53

Browse files
authored
Add condition to skip pushed tags from forks (#9924)
1 parent c0407de commit 8e99b53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323
jobs:
2424
build:
2525
name: Build distribution 📦
26+
if: github.repository == 'encode/django-rest-framework'
2627
runs-on: ubuntu-24.04
2728
steps:
2829
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)