Skip to content
#

github-actions-ci-cd

Here are 27 public repositories matching this topic...

In this presentation, I covered the power of GitHub Actions, exploring how it can automate workflows directly within GitHub repositories. The session focused on using GitHub Actions for Continuous Integration (CI) and Continuous Deployment (CD), making it easier to automate testing, deployment, and various development tasks.

  • Updated Feb 27, 2025
  • HTML

Automatically compile and test a simple C program using GitHub Actions whenever changes are pushed or a pull request is created to the main branch. The action installs GCC, compiles the C code, and runs the resulting program, ensuring it functions as expected without manual intervention.

  • Updated Feb 23, 2025
  • C

Improve this page

Add a description, image, and links to the github-actions-ci-cd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the github-actions-ci-cd topic, visit your repo's landing page and select "manage topics."

Learn more