Skip to content

Commit

Permalink
build: allow CI/CD to be kicked off with label
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 29, 2020
1 parent 2bd09e9 commit 5984bfc
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 5984bfc

Please sign in to comment.