Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit f7bde64

Browse files
Merge pull request #367 from mcottontensor/update_workflows
Updating workflows so some can be manually started.
2 parents e2ccbfb + 66fc4bc commit f7bde64

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/container-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish Cirrus container
22

33
on:
44
push:
5+
workflow_dispatch:
56
branches: ['UE5.4']
67
paths: ['SignallingWebServer/**']
78

.github/workflows/publish-library-to-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish frontend lib
22
on:
33
push:
4+
workflow_dispatch:
45
branches: ['UE5.4']
56
paths: ['Frontend/library/package.json']
67
jobs:

.github/workflows/publish-ui-library-to-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish frontend-ui lib
22
on:
33
push:
4+
workflow_dispatch:
45
branches: ['UE5.4']
56
paths: ['Frontend/ui-library/package.json']
67
jobs:

0 commit comments

Comments
 (0)