We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d632ce commit 5dda7abCopy full SHA for 5dda7ab
1 file changed
.github/workflows/dotnet.yml
@@ -36,6 +36,7 @@ jobs:
36
publish:
37
needs : [build]
38
runs-on: ubuntu-latest
39
+ if: (github.event_name == 'push')
40
41
steps:
42
- name: Download a Build Artifact
0 commit comments