Skip to content

Commit d0bddcc

Browse files
authored
Merge pull request #227 from gitx/BuildMaster
Build master on CI
2 parents e37c410 + f28cd80 commit d0bddcc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/BuildPR.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: build-gitx
22

3-
on: [pull_request]
3+
4+
on:
5+
push:
6+
branches:
7+
- master
8+
pull_request:
49

510
jobs:
611
build-gitx:

0 commit comments

Comments
 (0)