Browse Source

Build only for master, release- branches, all tags, and all PRs

pull/83/head
Fredrik Ekre 6 years ago committed by GitHub
parent
commit
d3dc7c2754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/docs.yml

8
.github/workflows/docs.yml

@ -1,6 +1,12 @@ @@ -1,6 +1,12 @@
name: Documentation
on: [push, pull_request]
on:
push:
branches:
- 'master'
- 'release-'
tags: '*'
pull_request:
jobs:
build:

Loading…
Cancel
Save