add links to the documentation to the github workflow files
This commit is contained in:
3
.github/workflows/clean-up.yml
vendored
3
.github/workflows/clean-up.yml
vendored
@@ -1,3 +1,6 @@
|
||||
# GitHub Action to remove old artifacts
|
||||
# Documentation: https://github.com/c-hive/gha-remove-artifacts
|
||||
|
||||
name: clean-up
|
||||
|
||||
on:
|
||||
|
||||
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user