Skip to content

Commit de24bc7

Browse files
authored
Merge pull request #818 from Lemoncode/bugfix/update-pkg-version
chore: add workflow_dispatch trigger to package publish and versionin…
2 parents 753ae10 + 4fcd9f4 commit de24bc7

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)