Don't build on push and PR.

This commit is contained in:
jzmaddock
2021-10-10 16:43:36 +01:00
parent a99e2c3b2c
commit 5b0d054eeb

View File

@ -4,7 +4,14 @@
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
name: CI
on: [ push, pull_request ]
on:
push:
branches:
- master
- develop
pull_request:
release:
types: [published, created, edited]
jobs:
ubuntu-focal:
runs-on: ubuntu-20.04