Skip to content

Commit 6a3ddd9

Browse files
authored
ci: update build triggers
1 parent c1a6671 commit 6a3ddd9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
pull_request:
8+
branches:
9+
- master
410

511
jobs:
612
build:

0 commit comments

Comments
 (0)