You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/sdk_publish.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
name: Publish
2
-
3
-
on:
4
-
workflow_dispatch: {}
2
+
"on":
5
3
push:
6
4
branches:
7
5
- main
8
-
6
+
paths:
7
+
- RELEASES.md
8
+
- '*/RELEASES.md'
9
9
jobs:
10
10
publish:
11
-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15# Import the sdk publish workflow which will handle the publishing to the package managers
0 commit comments