mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-26 01:19:18 +00:00
Only check for master branch
This commit is contained in:
@@ -1,8 +1,15 @@
|
|||||||
|
|
||||||
name: Build Android and iOS
|
name: Build Android and iOS
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
# Trigger the workflow on push or pull request,
|
||||||
|
# but only for the master branch
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
Android:
|
Android:
|
||||||
|
|||||||
Reference in New Issue
Block a user