Skip to content

Create update_readme.yml #1

Create update_readme.yml

Create update_readme.yml #1

Workflow file for this run

# This workflow uses a remote action to do some repository actions like updating the readme files
name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events for any main branch
push:
branches-ignore:
- 'gh-pages'
pull_request:
workflow_dispatch: