Skip to content

Commit 00c9817

Browse files
committed
actions: add a name to main workflow
1 parent 29fe155 commit 00c9817

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: main
12
on: [push]
23

34
jobs:
@@ -20,4 +21,4 @@ jobs:
2021
with:
2122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2223
BRANCH: gh-pages
23-
FOLDER: tests
24+
FOLDER: tests

0 commit comments

Comments
 (0)