Skip to content

Commit

Permalink
fix(build): update release-please; make labels kick off builds (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 20, 2020
1 parent 9cec00a commit 09f448b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- master
pull_request:
types: [ assigned, opened, synchronize, reopened, labeled ]
name: ci
jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: bcoe/release-please-action@v1.6.3
- uses: bcoe/release-please-action@v2.4.0
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 09f448b

Please sign in to comment.