Skip to content

Commit

Permalink
Merge pull request #4 from strv/update_ci
Browse files Browse the repository at this point in the history
Update ci
  • Loading branch information
strv authored Jan 6, 2021
2 parents 631434f + af86c4b commit b963e30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: CI

on:
push:
branches: [ main ]
branches:
- main
pull_request:
types: [opened, synchronize]
paths: '**.sh'
types:
- opened
- synchronize
paths:
- '**.sh'

jobs:
shellcheck:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![CI](https://github.com/strv/vcstool-utils/workflows/CI/badge.svg?branch=main&event=push)

# vcstool-utils

Utilities for using [vcstool](https://github.com/dirk-thomas/vcstool)
Expand Down

0 comments on commit b963e30

Please sign in to comment.