Skip to content

Commit

Permalink
Add explicit main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hillis committed Oct 17, 2024
1 parent 2d7130e commit 7cdde41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/private-vso-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
workflow_dispatch:
pull_request_target:
types: [synchronize, opened, reopened, ready_for_review]
branches:
- 'main'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unsafe-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
workflow_dispatch:
pull_request_target:
types: [opened, reopened, synchronize]
branches:
- 'main'

# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
Expand Down

0 comments on commit 7cdde41

Please sign in to comment.