diff --git a/.github/workflows/run_node_tests.yml b/.github/workflows/run_node_tests.yml index 0b4b9c9..1b5d508 100644 --- a/.github/workflows/run_node_tests.yml +++ b/.github/workflows/run_node_tests.yml @@ -1,11 +1,11 @@ -name: discord bot tests +name: CI on: [push] jobs: discord_bot_tests: runs-on: node - name: discord bot tests + name: CI steps: - uses: actions/checkout@v4 - name: Use Node.js