Skip to content

Commit d6aba4d

Browse files
committed
feat: add workflow_dispatch trigger to E2E and test workflows
1 parent fb50f56 commit d6aba4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/e2e-test.yml

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

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches:
67
- master

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
test:

0 commit comments

Comments
 (0)