Skip to content

Instantly share code, notes, and snippets.

@shafayathossain
Created December 3, 2021 04: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 shafayathossain/329c530e78f82fa7c722a073333e55e9 to your computer and use it in GitHub Desktop.
Save shafayathossain/329c530e78f82fa7c722a073333e55e9 to your computer and use it in GitHub Desktop.
Base structure of a github workflow file.
name: CI workflow
# Events when the workflow will dispatch/run.
on: push
jobs:
# Define jobs and their steps that will be executed.
deploy:
steps:
# Define steps to complete the current job.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment