Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

github-workflows

Collection of useful reusable github workflows

Using reusable workflows in your projects

Either simply copy the workflow file (updating its on directive) to your repository, or call the workflow directly through this repository:

name: Tag pyproject bump

on:
  push:
    branches:
      - main

jobs:
  call-workflow:
    uses: nbr23/github-workflows/.github/workflows/tag-pyproject-version-bump.yml@main

About

Collection of useful github workflows

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors