Skip to content

Commit af4d677

Browse files
committed
rename workflow
1 parent bd46735 commit af4d677

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: validate
1+
name: CI
22
on:
33
push:
44
branches:
@@ -14,7 +14,7 @@ on:
1414
pull_request:
1515
branches-ignore: ['all-contributors/**']
1616
jobs:
17-
main:
17+
validate:
1818
strategy:
1919
matrix:
2020
node: [12, 14, 16]
@@ -47,7 +47,7 @@ jobs:
4747
uses: codecov/codecov-action@v1
4848

4949
release:
50-
needs: main
50+
needs: validate
5151
runs-on: ubuntu-latest
5252
if:
5353
${{ github.repository == 'testing-library/user-event' &&

0 commit comments

Comments
 (0)