Skip to content

Commit

Permalink
Merge pull request #39 from vladimirvivien/ghactions-fix
Browse files Browse the repository at this point in the history
Fixes for GitHub Action workflows
  • Loading branch information
vladimirvivien authored Dec 21, 2019
2 parents f7d0964 + 53b2eb5 commit 5e455c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Crash Diagnostics Build
on: [push]
on: [push, pull_request]
jobs:
go-build:
name: Build-Test-Binary
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Crash Diagnostics Release

on:
push:
branches:
- master
tags:
- 'v*.*.**'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](https://github.com/vladimirvivien/crash-diagnostics/workflows/Crash%20Diagnostics%20Build/badge.svg)
![](https://github.com/vmware-tanzu/crash-diagnostics/workflows/Crash%20Diagnostics%20Build/badge.svg)

# Crash Recovery and Diagnostics for Kubernetes

Expand Down

0 comments on commit 5e455c9

Please sign in to comment.