Skip to content

Commit

Permalink
ci: tweak GitHub Actions settings
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Aug 7, 2020
1 parent 805ad4b commit f75bc51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
name: Check and build code
name: Test

on:
pull_request:
branches:
- '**'
- '!renovate/**'
paths-ignore:
- 'docs/**'
- '**.md'
push:
branches:
- master
- 'master'
- 'renovate/**'
paths-ignore:
- 'docs/**'
- '**.md'

jobs:
check-and-build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:books: A set of conventional configuration files used in WillBooster Inc..

![Check and build code](https://github.com/WillBooster/willbooster-configs/workflows/Check%20and%20build%20code/badge.svg)
![Test](https://github.com/WillBooster/willbooster-configs/workflows/Test/badge.svg)

## Packages

Expand Down

0 comments on commit f75bc51

Please sign in to comment.