diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index 34eb1a6..f16bd77 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -13,9 +13,14 @@ on: - warning - debug push: - branches: [ "master" ] + branches: + - master + - 'development/**' pull_request: - branches: [ "master" ] + branches: + - master + - 'development/**' + types: [opened, reopened, ready_for_review, review_requested] jobs: build: diff --git a/shard.yml b/shard.yml index 50c0e7d..58bb604 100644 --- a/shard.yml +++ b/shard.yml @@ -8,6 +8,6 @@ crystal: ">= 1.15.0" license: MIT -development_dependencies: +dependencies: winmd: github: mjblack/winmd