Skip to content

feat: Add actions

feat: Add actions #1

name: Deploy (DEVELOP)
on:
push:
branches:
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Run a one-line script
run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."