mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-11 10:23:59 +00:00
Only check for master branch
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
|
||||
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:
|
||||
|
||||
Android:
|
||||
|
||||
Reference in New Issue
Block a user