Skip to content

Commit

Permalink
changes in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalvas committed Jun 19, 2021
1 parent 85ba013 commit 64134be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ name: Go

on:
push:
branches: [ master ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ master ]
paths-ignore:
- 'docs/**'
paths:
- '**.go'
- go.mod
- go.sum

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand All @@ -20,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Build
run: go build -v ./...
2 changes: 2 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths:
- 'docs/**'

jobs:
build:
Expand Down

0 comments on commit 64134be

Please sign in to comment.