Skip to content

Commit 8e56cb1

Browse files
committed
Trigger build on push to only master branch
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 562caf8 commit 8e56cb1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ name: CI
22

33
on:
44
pull_request:
5-
branches:
5+
branches:
66
- '*'
77
push:
8-
branches-ignore:
9-
- 'release-*'
10-
tags-ignore:
11-
- '*.*'
8+
branches:
9+
- master
1210

1311
jobs:
1412

0 commit comments

Comments
 (0)