Skip to content

Commit 7cd065c

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 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

@@ -20,8 +21,7 @@ jobs:
2021
go-version: 1.14
2122
id: go
2223

23-
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v1
24+
- uses: actions/checkout@v2
2525

2626
- name: Set up Docker Buildx
2727
id: buildx

0 commit comments

Comments
 (0)