Skip to content

Commit b36975d

Browse files
committed
also auto-run steps on change
1 parent 442b974 commit b36975d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ name: Copilot Setup Steps
55

66
on:
77
workflow_dispatch:
8-
inputs:
9-
reason:
10-
description: 'Reason for running setup'
11-
required: false
12-
default: 'Manual trigger'
8+
push:
9+
paths:
10+
- .github/workflows/copilot-setup-steps.yml
11+
pull_request:
12+
paths:
13+
- .github/workflows/copilot-setup-steps.yml
1314

1415
jobs:
1516
copilot-setup-steps:

0 commit comments

Comments
 (0)