Skip to content

Instantly share code, notes, and snippets.

View devvspaces's full-sized avatar
👩‍💻
Blockchain and Web3

0xBytechain devvspaces

👩‍💻
Blockchain and Web3
  • ByteChain
  • Nigeria
View GitHub Profile
@devvspaces
devvspaces / action.md
Created July 20, 2022 21:32
What is github action all about?

This is an example of a github action that automatically merges master branch with production branch Use cases of this is wide:

  1. Example is automatically running test on your source code and if they passed, you can automatically build the file and push it to production, and then deploy the production branch on an online server

Learn more about github actions here

name: Update Production