CI: only run the github actions once

master
Martin Gerhardy 2021-12-04 08:31:24 +01:00
parent ca5653efe1
commit 2afb888e20
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
name: Build
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
mac:
runs-on: macos-10.15