add links to the documentation to the github workflow files

This commit is contained in:
Hans Pagel
2020-09-24 14:07:56 +02:00
parent c85064d229
commit 706b01ed15
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
# GitHub Action to remove old artifacts
# Documentation: https://github.com/c-hive/gha-remove-artifacts
name: clean-up name: clean-up
on: on:

View File

@@ -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 name: build
on: [push, pull_request] on: [push, pull_request]