Skip to content

Commit

Permalink
ci: skip some steps on docs and gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
guumaster committed Apr 14, 2020
1 parent 2db7ed9 commit 32306c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ on:
push:
branches-ignore:
- allcontributors/**
- docs
- gh-pages
pull_request:
branches-ignore:
- allcontributors/**
branches:
- '*'

name: Lint
jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ on:
push:
branches-ignore:
- allcontributors/**
- docs
- gh-pages
pull_request:
branches-ignore:
- allcontributors/**
- '*'

name: Test
jobs:
Expand Down

0 comments on commit 32306c5

Please sign in to comment.