We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a46e1 commit cbfe6aaCopy full SHA for cbfe6aa
.github/workflows/test-action.yml
@@ -3,6 +3,8 @@ name: Test Action
3
on:
4
pull_request:
5
types: [opened, edited, synchronize, reopened, closed]
6
+ paths:
7
+ - 'test/**'
8
9
jobs:
10
get-downstream-assets:
0 commit comments