Skip to content

Commit

Permalink
Run continuous tests on tags and releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunabe committed May 12, 2023
1 parent 91c0de3 commit 83e2d12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_tests.yml
Expand Up @@ -3,8 +3,11 @@ name: Node.js CI
on:
push:
branches: [ main ]
tags: [ '*' ]
pull_request:
branches: [ main ]
release:
types: [ published ]

jobs:
build:
Expand Down

0 comments on commit 83e2d12

Please sign in to comment.