Skip to content

Commit 146fe97

Browse files
committed
Merge branch 'master' into deploy-delete-endpoints
2 parents a06a395 + ad3f268 commit 146fe97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Test
22
on:
3+
workflow_dispatch:
34
# Ensure GitHub actions are not run twice for same commits
45
push:
56
branches: [master]

.github/workflows/verify-go-src.yml

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

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

0 commit comments

Comments
 (0)