Skip to content

Commit ddc4eb2

Browse files
committed
wip
1 parent 07531a5 commit ddc4eb2

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: Build, Test, and Publish Library
22

33
on:
4-
pull_request:
5-
branches:
6-
- v1 # or whatever branch you want to test PRs against
7-
push:
8-
tags:
9-
- '*.*.*-*' # trigger on new version tags for publishing to npm
4+
release:
5+
types: [published]
106

117
jobs:
128
test:

0 commit comments

Comments
 (0)