Skip to content

Commit 25ae200

Browse files
committed
fixed workflow branch and tests path
1 parent 98172dc commit 25ae200

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- master
88
pull_request:
99
branches:
10-
- main
10+
- master
1111
types: [opened, reopened, synchronize]
1212

1313
jobs:
@@ -23,4 +23,4 @@ jobs:
2323

2424
- name: test hjson
2525
run: |
26-
eli ./tests/test.lua
26+
eli ./test/test.lua

0 commit comments

Comments
 (0)