We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb54fd commit 64d191cCopy full SHA for 64d191c
.github/workflows/wt-ci.yml
@@ -1,15 +1,9 @@
1
name: Widgets Toolbox Continuous Integration
2
3
# 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
10
-
+on: [push, workflow_dispatch]
+ # Triggers the workflow on push or pull request events
11
# This allows the workflow run to be run manually from the Actions tab in GitHub.
12
- workflow_dispatch:
13
14
# A workflow run is made up of one or more jobs that can run sequentially or in parallel.
15
jobs:
0 commit comments