Browse Source

github: workflows: Build mac for PR and push events

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
QGC4.4
Patrick José Pereira 4 years ago committed by Lorenz Meier
parent
commit
505e5e91dc
  1. 15
      .github/workflows/buildQGCandDeploy.yml

15
.github/workflows/buildQGCandDeploy.yml

@ -1,17 +1,6 @@ @@ -1,17 +1,6 @@
name: Build QGC and upload to release
name: Build QGC and upload to release
on:
push:
#Every time a tag with name v* (e.g: vX.Y.Z) is pushed,
#this action will trigger.
tags:
- v*
#If instead of a tag (or with both restricctions simultaniously)
#you prefer to trigger the action uppon push on a branch,
#remove the "tags:" flag and add the "branches:" one. E.g:
#push:
#branches:
#- your_branch
on: [push, pull_request]
defaults:
run:

Loading…
Cancel
Save