diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e41e0d4..9839f7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: - master jobs: - test: + test2: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 82a0f8e..95ca17e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # leetcode-study - +test2 ## references [Leetcode](https://leetcode.com/problemset/) [Top 75 questions](https://docs.google.com/spreadsheets/d/1A2PaQKcdwO_lwxz9bAnxXnIQayCouZP6d-ENrBz_NXc/edit#gid=0)