Skip to content

Commit dcc2530

Browse files
authored
Merge pull request #2959 from ERGO-Code/publish-nuget
publish-nuget action
2 parents 7df0786 + b5383c2 commit dcc2530

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/action-sanitizers-bazel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: action-sanitizers-bazel
22

3-
on: workflow_dispatch
3+
on:
4+
workflow_dispatch:
45

56
jobs:
67
asan:

.github/workflows/build-nuget-package.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: build-nuget-package
22

3-
on: [pull_request]
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
release:
7+
types:
8+
- published
49

510
concurrency:
611
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)