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

Commit

Permalink
Merge pull request #367 from mcottontensor/update_workflows
Browse files Browse the repository at this point in the history
Updating workflows so some can be manually started.
  • Loading branch information
mcottontensor authored Sep 13, 2023
2 parents e2ccbfb + 66fc4bc commit f7bde64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish Cirrus container

on:
push:
workflow_dispatch:
branches: ['UE5.4']
paths: ['SignallingWebServer/**']

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-library-to-npm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish frontend lib
on:
push:
workflow_dispatch:
branches: ['UE5.4']
paths: ['Frontend/library/package.json']
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-ui-library-to-npm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish frontend-ui lib
on:
push:
workflow_dispatch:
branches: ['UE5.4']
paths: ['Frontend/ui-library/package.json']
jobs:
Expand Down

0 comments on commit f7bde64

Please sign in to comment.