Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
ci: changed github workflow name to Make
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Oct 16, 2020
1 parent 078b695 commit 508051f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/go.yml → .github/workflows/make.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Go
name: Make

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
defaults:
run:
shell: bash

jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 508051f

Please sign in to comment.