Skip to content

Commit

Permalink
fix: include required_status_checks for branch protection
Browse files Browse the repository at this point in the history
  • Loading branch information
rudouglas committed Nov 30, 2021
1 parent c93410a commit 90f42e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
branch: 'develop',
restrictions: null,
enforce_admins: null,
required_pull_request_reviews: null
required_pull_request_reviews: null,
required_status_checks: null
})
console.log("Result:", result)
Expand Down

0 comments on commit 90f42e5

Please sign in to comment.