Skip to content

Commit

Permalink
Trigger the workflow on push or pull request
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed May 6, 2020
1 parent 4887594 commit 23da061
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: CI

on:
pull_request:
branches:
- '*'
push:
branches-ignore:
- 'release-*'
tags-ignore:
- '*.*'
branches:
- master

jobs:

Expand All @@ -20,8 +21,7 @@ jobs:
go-version: 1.14
id: go

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

- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit 23da061

Please sign in to comment.