Skip to content

Commit 9041d58

Browse files
chore: publish sdk core
1 parent ee1110d commit 9041d58

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/drop-from-staging.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Drop Sonatype Staging Repository
22

33
on:
4-
push:
5-
branches:
6-
- "mdwairi/configure-publish-tasks"
4+
workflow_dispatch:
5+
76

87
jobs:
98
drop-staging-repo:

.github/workflows/test-workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Test Sonatype
22

33
on:
4-
workflow_dispatch:
5-
4+
push:
5+
branches:
6+
- "mdwairi/configure-publish-tasks"
67

78
permissions:
89
contents: write

0 commit comments

Comments
 (0)