Update github_actions.yml

Changed the actions to run on master branch when pull request is triggered
This commit is contained in:
Isaac Powell
2021-10-22 12:05:01 +11:00
committed by GitHub
parent 7c3e342981
commit 9cef23be22

View File

@@ -1,8 +1,10 @@
name: 'BrowserStack Test'
on:
push:
on:
pull_request:
branches:
- master
jobs:
ubuntu-job:
name: 'BrowserStack Test on Ubuntu'