Skip to content

Instantly share code, notes, and snippets.

@agustinustheo
Created October 4, 2022 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustinustheo/7d64192fcbae759b01e47af9c6df36e4 to your computer and use it in GitHub Desktop.
Save agustinustheo/7d64192fcbae759b01e47af9c6df36e4 to your computer and use it in GitHub Desktop.
GitHub Actions workflow that triggers push/pull requests to the main branch.
name: CI/CD Deploy Netlify Webapp Dev
on:
push:
branches: [ main ]
workflow_dispatch:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment