Skip to content

Deploy to production #3

Deploy to production

Deploy to production #3

Workflow file for this run

name: Deploy to production
on:
create:
branches:
- "release/**"
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "Hello world"