set compats that have been pending for a long time to unchecked #69
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy | |
concurrency: deploy | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- deploy | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hatchboxio/github-hatchbox-deploy-action@v2 | |
with: | |
deploy_key: ${{ secrets.HATCHBOX_DEPLOY_KEY }} |