Skip to content

Commit

Permalink
adding paths to dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaiShalevRH committed Dec 18, 2024
1 parent 753246d commit d0105df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/templates-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: Workflow Software Templates End to End CI

on:
workflow_dispatch:
pull_request_target:
pull_request:
branches:
- main
paths:
- .github/workflows/templates-e2e.yaml
- 'scaffolder-templates/**'
jobs:
run-e2e:
env:
Expand Down

0 comments on commit d0105df

Please sign in to comment.