diff --git a/.github/workflows/clean-up.yml b/.github/workflows/clean-up.yml index e67df9c9..e325c934 100644 --- a/.github/workflows/clean-up.yml +++ b/.github/workflows/clean-up.yml @@ -1,3 +1,6 @@ +# GitHub Action to remove old artifacts +# Documentation: https://github.com/c-hive/gha-remove-artifacts + name: clean-up on: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b42dfa5a..06b9f21e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,3 +1,6 @@ +# Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. +# Documentation: https://docs.github.com/en/actions + name: build on: [push, pull_request]