We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb9d2c commit d397d5eCopy full SHA for d397d5e
.github/workflows/test-action.yml
@@ -3,10 +3,10 @@ name: Test Action Logic
3
on:
4
push:
5
branches: [main]
6
- paths: ["action.yml", ".github/workflows/test-action.yml"]
+ paths: ["action.yaml", ".github/workflows/test-action.yml"]
7
pull_request:
8
9
10
workflow_dispatch:
11
12
jobs:
0 commit comments