Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DjP-iX committed Sep 4, 2024
1 parent 89d91f2 commit 10aa507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-external-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 'External Contributor Build Preview'
# Controls when the action will run.
on:
pull_request_target:
branches: [master]
branches: ["24.10"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-internal-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 'Internal Contributor Build Preview'
# Controls when the action will run.
on:
pull_request:
branches: [master]
branches: ["24.10"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 10aa507

Please sign in to comment.