Skip to content

Commit 47a1bb6

Browse files
committed
CI: modify events to avoid duplicated runs
1 parent f060630 commit 47a1bb6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

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

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
411

512
jobs:
613
cs:

0 commit comments

Comments
 (0)