Skip to content

Commit b2c8ce6

Browse files
chore(ci): added workflow_dispatch trigger
This will let us manually trigger the workflow. Especially useful when testing on a fork.
1 parent 253edc3 commit b2c8ce6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: CI
22

33
# limit ci building to pushes to master not to get twice the notification email
44
# from github.
5-
#
6-
# if you want to test your branch on your fork, just replace the 'branches'
7-
# filter below for 'push' with the one for 'pull_request' temporarily and drop
8-
# the commit when creating the PR.
95
on:
6+
workflow_dispatch:
107
push:
118
branches:
129
- 'master'

0 commit comments

Comments
 (0)