Skip to content

Commit ad3f268

Browse files
authored
Merge pull request #410 from netlify/erikw/395/manual-trigger-workflows
Allow triggering Test & Validate Go Client workflows manually
2 parents 64db0f9 + 7673ad3 commit ad3f268

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)