Skip to content

Commit 72bcabf

Browse files
committed
ci: Build pull requests, too
Build pull requests, just like we build on every push.
1 parent 7a2c589 commit 72bcabf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: Continous build on every push
1+
name: Continous integration
22

33
on:
44
push:
55
branches-ignore:
66
- 'release*'
77
- gh-pages
8+
pull_request:
9+
branches-ignore:
10+
- 'release*'
11+
- gh-pages
812

913
jobs:
1014
build_linux:

0 commit comments

Comments
 (0)