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 0b7d16e commit 51db6acCopy full SHA for 51db6ac
.github/workflows/pipeline.yml
@@ -1,9 +1,9 @@
1
name: Pipeline
2
3
on:
4
- push:
5
- tags:
6
- - 'v[0-9]+.[0-9]+.[0-9]+'
+ # push:
+ # tags:
+ # - 'v[0-9]+.[0-9]+.[0-9]+'
7
pull_request:
8
paths:
9
- 'code/**'
.github/workflows/release.yml
@@ -0,0 +1,11 @@
+on:
+ push:
+ tags:
+ - "v*.*.*"
+
+jobs:
+ release:
+ uses: flmorg/universal-workflows-testing/.github/workflows/dotnet.release.test.yml@main
+ with:
10
+ githubContext: ${{ toJSON(github) }}
11
+ secrets: inherit
0 commit comments