diff options
| author | XhmikosR <[email protected]> | 2021-12-02 23:02:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-02 23:02:11 +0200 |
| commit | 6eef480e1e0c839243871b7714a925a14579fc28 (patch) | |
| tree | f49452b716817a746847472c31c9643c36ac8ada /.github/workflows/browserstack.yml | |
| parent | 2ff1eb0daaabcac2b5d0a850a1cdf4008566470b (diff) | |
| download | bootstrap-6eef480e1e0c839243871b7714a925a14579fc28.tar.xz bootstrap-6eef480e1e0c839243871b7714a925a14579fc28.zip | |
CI: add `workflow_dispatch` (#35454)
Diffstat (limited to '.github/workflows/browserstack.yml')
| -rw-r--r-- | .github/workflows/browserstack.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 6a84597e9..0a3426e80 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -2,6 +2,7 @@ name: BrowserStack on: push: + workflow_dispatch: env: FORCE_COLOR: 2 |
