We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030d603 commit 68657ddCopy full SHA for 68657dd
.github/workflows/release-internal.yml .github/workflows/release-beta.yml
@@ -1,7 +1,9 @@
1
name: Publish beta NuGet package
2
on:
3
workflow_dispatch:
4
-
+ push:
5
+ branches:
6
+ - vnext
7
jobs:
8
check:
9
runs-on: ubuntu-latest
0 commit comments