Skip to content

Commit

Permalink
Stop trying to run BrowserStack tests automatically on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Mar 13, 2021
1 parent 44202ee commit 4ad5ccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Browsers

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
- push
- workflow_dispatch

jobs:
test:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Node.js

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
- pull_request
- push
- workflow_dispatch

jobs:
test:
Expand Down

0 comments on commit 4ad5ccf

Please sign in to comment.