Skip to content

Create production-on-push-build-and-deploy.yml #1

Create production-on-push-build-and-deploy.yml

Create production-on-push-build-and-deploy.yml #1

name: Build and Deploy to Production
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Print a message
run: echo "Hello, this is a test message!"