Skip to content

Commit f7264e6

Browse files
committed
Only run the Bump Controls action on manual trigger
1 parent 954223e commit f7264e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/bump-controls.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ name: Bump Files UI Controls
1515

1616
on:
1717
workflow_dispatch:
18-
pull_request:
19-
branches: [ "main" ]
2018

2119
jobs:
2220
bump:
@@ -110,4 +108,4 @@ jobs:
110108
env:
111109
GH_TOKEN: ${{ steps.generate.outputs.token }}
112110
run: |
113-
gh pr create --title "Controls: Bumped Controls version to ${{ steps.get_version.outputs.full_version }}" --body "This is an automated PR that bumps the version of the Files UI controls project." --base main --head files/ui-controls/${{ steps.get_version.outputs.full_version }}
111+
gh pr create --title "Controls: Bumped Controls version to ${{ steps.get_version.outputs.full_version }}" --body "This is an automated PR that bumps the version of the Files UI controls project." --base main --head files/ui-controls/${{ steps.get_version.outputs.full_version }}

0 commit comments

Comments
 (0)