Run build on pull requests as well

This commit is contained in:
Nanne Baars 2021-04-02 21:25:04 +02:00 committed by Nanne Baars
parent 721edc9985
commit 3e8dbc9bc9

View File

@ -1,9 +1,24 @@
name: "Build" name: "Build"
on: on:
pull_request:
paths-ignore:
- '.txt'
- '*.MD'
- '*.md'
- 'LICENSE'
- 'docs/**'
push: push:
branches: [ '*' ] branches:
- master
- develop
tags-ignore: tags-ignore:
- '*' - '*'
paths-ignore:
- '.txt'
- '*.MD'
- '*.md'
- 'LICENSE'
- 'docs/**'
jobs: jobs:
build: build: