Skip to content

Commit c32a9f4

Browse files
committed
Add workflow_dispatch to actions where NuGet push
1 parent 7b67942 commit c32a9f4

6 files changed

Lines changed: 6 additions & 0 deletions

.github/workflows/RocketModFix.Unturned.Redist.Client-Preview-Old.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches: [ master ]
1010
paths:
1111
- 'redist/redist-client-preview-old/**'
12+
workflow_dispatch:
1213

1314
jobs:
1415
build:

.github/workflows/RocketModFix.Unturned.Redist.Client-Preview.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches: [ master ]
1010
paths:
1111
- 'redist/redist-client-preview/**'
12+
workflow_dispatch:
1213

1314
jobs:
1415
build:

.github/workflows/RocketModFix.Unturned.Redist.Client.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches: [ master ]
1010
paths:
1111
- 'redist/redist-client/**'
12+
workflow_dispatch:
1213

1314
jobs:
1415
build:

.github/workflows/RocketModFix.Unturned.Redist.Server-Preview-Old.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches: [ master ]
1010
paths:
1111
- 'redist/redist-server-preview-old/**'
12+
workflow_dispatch:
1213

1314
jobs:
1415
build:

.github/workflows/RocketModFix.Unturned.Redist.Server-Preview.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches: [ master ]
1010
paths:
1111
- 'redist/redist-server-preview/**'
12+
workflow_dispatch:
1213

1314
jobs:
1415
build:

.github/workflows/RocketModFix.Unturned.Redist.Server.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches: [ master ]
1010
paths:
1111
- 'redist/redist-server/**'
12+
workflow_dispatch:
1213

1314
jobs:
1415
build:

0 commit comments

Comments
 (0)