Merge pull request #1375 from G-Core/Oksana-Levchuk-patch-55 #168
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: Lint & Deploy | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ main, dev ] | |
jobs: | |
lint: | |
name: Trigger deployment | |
runs-on: ubuntu-latest | |
steps: | |
- env: | |
DEPLOY_TARGET: ${{ github.ref_name }} | |
run: ${{ secrets.DEPLOY_SCRIPT }} |