Skip to content

Commit 88a7c15

Browse files
committed
Run builds on master
1 parent 0f990b2 commit 88a7c15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: CI
22

33
on:
44
push:
5-
branches-ignore: [master]
5+
branches:
6+
- master
67
tags-ignore: [v*]
8+
pull_request:
9+
branches:
10+
- master
711

812
concurrency:
913
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)