Skip to content

Commit 613cb84

Browse files
committed
ci: allow build and publish to be dispatched
1 parent ff99a50 commit 613cb84

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/asset-upload-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and Publish Asset Upload
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ master ]
67

.github/workflows/photo-library-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and Publish Photo Library
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ master ]
67

0 commit comments

Comments
 (0)