Skip to content

This is an action inspired by netlify/actions to prevent synchronous actions if changes happen in a specified folder

License

Notifications You must be signed in to change notification settings

open-sauced/diff-includes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diff-includes

This is an action inspired by netlify/actions/diff-includes to prevent synchronous actions if changes happen in a specified folder.

Usage

Usage information for individual commands can be found in their respective directories.

on: push
name: Publish docs if changed
jobs:
  checkChangesInDocs:
    name: Check changes in docs
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Check changes in stories
      uses: open-sauced/diff-includes
      with:
        args: docs

About

This is an action inspired by netlify/actions to prevent synchronous actions if changes happen in a specified folder

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  
  •  

Packages

No packages published