Skip to content

Commit 067cebf

Browse files
committed
Trigger build CI for new PRs on master
1 parent 78e5532 commit 067cebf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99

1010
name: CI
1111

12-
on: push
12+
on:
13+
workflow_dispatch:
14+
push:
15+
branches:
16+
- master
17+
pull_request:
1318

1419
jobs:
1520
build:

0 commit comments

Comments
 (0)