Skip to content

Commit

Permalink
Merge pull request #13 from mateimicu/ci/avoid_duplicated_builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mateimicu authored May 1, 2020
2 parents 97b9dbb + 47ed82c commit 564b497
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/golang-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Lint & build Golang project
name: CI

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

jobs:
lint:
Expand All @@ -19,6 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- name: Start listing
- name: Basic build of the project
run: |
go build main.go

0 comments on commit 564b497

Please sign in to comment.