Skip to content

Commit 4fcd9f4

Browse files
committed
chore: add workflow_dispatch trigger to package publish and versioning workflows
1 parent 5784ee0 commit 4fcd9f4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pkg-publish.yml

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

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

.github/workflows/pkg-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Package Versioning
22

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

0 commit comments

Comments
 (0)