Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed Nov 6, 2023
1 parent a604bf2 commit 1fa93b6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

name: Build Status
name: ci

on:
push:
Expand All @@ -11,8 +10,8 @@ on:
branches:
- main
jobs:
build:
if: ${{ !startsWith(github.ref, 'refs/tags/')}} # Already runs for the push of the commit, no need to run again for the tag
test:
if: ${{ !startsWith(github.ref, 'refs/tags/') }} # Already runs for the push of the commit, no need to run again for the tag
strategy:
matrix:
node-version: [lts/*]
Expand Down

0 comments on commit 1fa93b6

Please sign in to comment.