Skip to content

Commit

Permalink
testing: enable browserstack workflow via dispatch
Browse files Browse the repository at this point in the history
This is meant to enable running the test from a webhook
  • Loading branch information
Scott Barnes committed Jan 27, 2025
1 parent b3fd848 commit 64fa1fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches: [ main, master ]

repository_dispatch:
types: [trigger-from-webhook]

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 64fa1fe

Please sign in to comment.