We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ab3c3 commit c8a38f4Copy full SHA for c8a38f4
.github/workflows/release-npm-packages-alpha.yml
@@ -6,6 +6,8 @@ name: Release NPM Package (Alpha)
6
on:
7
push:
8
branches: ["dev"]
9
+ pull_request:
10
+ branches: ["dev"]
11
12
env:
13
RELEASE_TAG: alpha
0 commit comments