Skip to content

Commit 1205fa1

Browse files
committed
CI: Update workflow trigger conditions
1 parent 3390eec commit 1205fa1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: CI
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
types:
9+
- opened
10+
- synchronize
11+
- reopened
612

713
jobs:
814
test:

0 commit comments

Comments
 (0)