Skip to content

Commit a97d822

Browse files
committed
feat(workflow): add push trigger to test-upgrade-legacy workflow
- Add push trigger to the GitHub Actions workflow for test-upgrade-legacy - Ensure workflow runs on push events to the main branch
1 parent a8d5280 commit a97d822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-upgrade-legacy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- .puppet-lint.rc
2424
- .fixtures.yml
2525
branches: [main]
26+
push:
2627
workflow_dispatch:
2728
inputs:
2829
ssh-debugging:

0 commit comments

Comments
 (0)