Skip to content

Release

Release #157

Workflow file for this run

name: Release
on:
workflow_dispatch:
schedule:
- cron: '15 14 * * *'
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Merge dev to stage
uses: devmasx/[email protected]
with:
type: now
target_branch: stage
github_token: ${{ github.token }}