Skip to content

Commit f41f2f3

Browse files
authored
Merge pull request #35 from alexander-schranz/feature/manual-test-workflow
Add manually triggering of test workflow
2 parents 788d90f + 1dc6468 commit f41f2f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-application.yaml

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

33
on:
44
pull_request:
5+
workflow_dispatch:
56
push:
67
branches:
78
- '[0-9]+.[0-9]+'

0 commit comments

Comments
 (0)