Only run once for PRs

This commit is contained in:
John Maguire 2020-05-20 21:58:34 +01:00
parent a17f968b46
commit 157a9d1d1f
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
name: all
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build_fedora_32: