Skip to content

Commit d397d5e

Browse files
author
Mark Saward
committed
test action update
1 parent 9fb9d2c commit d397d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Test Action Logic
33
on:
44
push:
55
branches: [main]
6-
paths: ["action.yml", ".github/workflows/test-action.yml"]
6+
paths: ["action.yaml", ".github/workflows/test-action.yml"]
77
pull_request:
88
branches: [main]
9-
paths: ["action.yml", ".github/workflows/test-action.yml"]
9+
paths: ["action.yaml", ".github/workflows/test-action.yml"]
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)