Skip to content

Commit

Permalink
fix: update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Mar 8, 2024
1 parent fdfbe1d commit 54f66b6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ on:
push:
branches:
- master
tags:
- v*
- v*.*
- v*.*.*
tags:
- "v*.*.*"
pull_request:
branches:
- master
Expand All @@ -17,9 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
Expand Down

0 comments on commit 54f66b6

Please sign in to comment.