Skip to content

Commit 6ee858e

Browse files
authored
Run builds on push and exclude draft pull requests
2 parents da5b38b + 3060f78 commit 6ee858e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Build
22

33
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
58
branches:
69
- master
10+
types: [opened, synchronize, reopened, ready_for_review]
711

812
jobs:
913
build:

0 commit comments

Comments
 (0)