Skip to content

Commit 64d191c

Browse files
authored
Update wt-ci.yml
1 parent feb54fd commit 64d191c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/wt-ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
name: Widgets Toolbox Continuous Integration
22

33
# Controls when the workflow will run.
4-
on:
5-
# Triggers the workflow on push or pull request events, but only for the master branch.
6-
push:
7-
branches: [master]
8-
pull_request:
9-
branches: [master]
10-
4+
on: [push, workflow_dispatch]
5+
# Triggers the workflow on push or pull request events
116
# This allows the workflow run to be run manually from the Actions tab in GitHub.
12-
workflow_dispatch:
137

148
# A workflow run is made up of one or more jobs that can run sequentially or in parallel.
159
jobs:

0 commit comments

Comments
 (0)