Skip to content

Commit

Permalink
actions: add a name to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanta525 committed Aug 5, 2022
1 parent 29fe155 commit 00c9817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: main
on: [push]

jobs:
Expand All @@ -20,4 +21,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: tests
FOLDER: tests

0 comments on commit 00c9817

Please sign in to comment.