Skip to content

Commit 5c74a42

Browse files
committed
Trigger the workflow on push or pull request
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 76424d0 commit 5c74a42

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: CI
22

33
on:
4+
pull_request:
5+
branches:
6+
- '*'
47
push:
5-
branches-ignore:
6-
- 'release-*'
7-
tags-ignore:
8-
- '*.*'
8+
branches:
9+
- master
910

1011
jobs:
1112

0 commit comments

Comments
 (0)