Skip to content

Update release.yaml

Update release.yaml #4

Workflow file for this run

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