We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64db0f9 + 7673ad3 commit ad3f268Copy full SHA for ad3f268
.github/workflows/test.yml
@@ -1,5 +1,6 @@
1
name: Test
2
on:
3
+ workflow_dispatch:
4
# Ensure GitHub actions are not run twice for same commits
5
push:
6
branches: [master]
.github/workflows/verify-go-src.yml
@@ -1,6 +1,7 @@
name: Verify Go client
7
pull_request:
0 commit comments