Run build on pull requests as well
This commit is contained in:
parent
721edc9985
commit
3e8dbc9bc9
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user