Skip to content

Commit fa696bd

Browse files
committed
ci: rename task
1 parent e63d6fd commit fa696bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: 'build-test'
1+
name: 'test'
22
on:
33
pull_request:
44
paths-ignore:
55
- '*.md'
66
push:
77
branches:
88
- main
9-
- 'releases/*'
109
paths-ignore:
1110
- '*.md'
1211

@@ -47,7 +46,7 @@ jobs:
4746
INPUT_TOKEN: ${{ secrets.TOKEN }}
4847
run: npm run all
4948

50-
test:
49+
action:
5150
runs-on: ubuntu-latest
5251
steps:
5352
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)