Update github_actions.yml
Changed the actions to run on master branch when pull request is triggered
This commit is contained in:
8
.github/workflows/github_actions.yml
vendored
8
.github/workflows/github_actions.yml
vendored
@@ -1,8 +1,10 @@
|
||||
name: 'BrowserStack Test'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
ubuntu-job:
|
||||
name: 'BrowserStack Test on Ubuntu'
|
||||
|
||||
Reference in New Issue
Block a user